Created
July 11, 2014 23:48
-
-
Save Videmor/41e7263bedf91239e29a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swifter.authorizeWithCallbackURL( | |
| NSURL(string: "swifter://success"), | |
| success: { | |
| accessToken, response in | |
| self.alert("Successfully authorized with App API") | |
| self.fetchTwitterHomeStream(swifter) | |
| }, | |
| failure: failureHandler | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment