1

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.

4

2 回答 2

3

转到以下链接:https ://dev.twitter.com/apps/new

填写表格然后提交。

现在您将获得您的 oAuth 用户和密钥

于 2011-03-03T06:11:31.860 回答
0

请参阅Twitter 上的 API 文档。您将需要在您的应用程序中实现 OAuth,以便用户可以使用 Twitter 进行身份验证,并且您可以取回您在应用程序中使用的身份验证令牌。

于 2011-08-14T21:15:11.257 回答