Universal oAuth for objective-c class?
- by phpnerd211
I have an app that connects to 6+ social networks via APIs. What I want to do is transfer over my oAuth calls to call directly from the phone (not from the server). Here's what I have (for tumblr):
// Set some variables
NSString *consumerKey = CONSUMER_KEY_HERE;
NSString *sharedSecret = SHARED_SECRET_HERE;
NSString *callToURL =…