2009/6/12 Pushpa <pkumar...@gmail.com>: > I am having code to post message on tweet.com from my site using > OAUTH. The objective to use oauth is display source name as my > sitename > (i.e. from Redcounty.com) not from web. > > My problem is I don't want to go twitter.com for > 1)Login and > 2) Deny/Allow process > > So in nutshell I want to generate oauth_token and oauth_token_secret > for users without going to tweet.com i.e. approval for Allow and Deny > can be done from my site(redcounty.com) using API like I used to do > for normal login using verify_credentials.xml. > > I got script from > http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/ > currently I kept script on http://www.redcounty.com/twitteroauth/start.php > > Please help me to make this script functional.
Please take some time to read about OAuth [1]. What you're asking for goes against the whole point of having it, that point being that users do not need to share their Twitter password with us to use our applications. If you don't like that, get over it. I don't think it's likely to change back! -Stuart [1] http://oauth.net/ -- http://stut.net/projects/twitter