I need an Objective-C script (quickly!) that can do the following:
-Get a Twitter Access Token using xAuth outlined here:
https://dev.twitter.com/docs/oauth/xauth
-Get a LinkedIn oAuth Token outlined here:
https://developer.linkedin.com/documents/getting-oauth-token
And thats it! These are relatively simple signed oAuth calls. I will provide all necessary keys to make this script work and verify that it is in working condition. Must be able to compile against ARC in XCode. I’m not l…