Hi all, i want to get oauth_request_token for my application but when i request for the page of request_token in twitter it is giving me error that "failed to validate to oauth signature and token". Please help me in solving this problem
A:
using oauth in objective-c is no minor accomplishment. my advice would be to take a look at oathconsumer and its tutorial. I've used it successfully for oauth and xauth. You may also want to look around for existing twitter oauth obj-c libraries on github and googlecode.
sw
2010-07-29 12:21:36
A:
I have an open source implementation of a Twitter client for the iPad. You can look at the OAuth code in this folder: http://github.com/luciuskwok/HelTweetica/tree/master/Classes-Shared/OAuthClient/
lucius
2010-07-30 06:53:10