I have made a php script for tweeting via API. Right now I added an app(say "MyTweets") in my twitter account and got secret and oAuth key. Now I want others to use it. Right now I have put hard coded Key and secret, how can I automate it so that use can 'Add' their twitter account in my application or atleast I can store their oAuth/Secret for automated use. I just don't want to add new apps every other twitter account.
问问题
2044 次
2 回答
3
于 2011-03-03T06:11:31.860 回答
0
请参阅Twitter 上的 API 文档。您将需要在您的应用程序中实现 OAuth,以便用户可以使用 Twitter 进行身份验证,并且您可以取回您在应用程序中使用的身份验证令牌。
于 2011-08-14T21:15:11.257 回答