Skip to content

Instantly share code, notes, and snippets.

@Videmor
Created July 11, 2014 23:48
Show Gist options
  • Select an option

  • Save Videmor/41e7263bedf91239e29a to your computer and use it in GitHub Desktop.

Select an option

Save Videmor/41e7263bedf91239e29a to your computer and use it in GitHub Desktop.
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