rsieiro / RSOAuthEngine

ARC based OAuth engine for MKNetworkKit
http://rodrigo.sharpcube.com
150 stars 33 forks source link

Twitter Example: How would I call OAuth? #23

Closed prnk28 closed 9 years ago

prnk28 commented 9 years ago

I see that in the Twitter Example that the OAuth is called automatically and the App redirects to the WebView. But how would I conduct the OAuth if I want to do it on a Push of a UIButton?

rsieiro commented 9 years ago

You can call the authenticateWithCompletionBlock: method in the RSTwitterEngine class.