0

I have followed the steps defined in the following link for twitter oauth implementation.

https://docs.google.com/View?docID=dcf2dzzs_2339fzbfsf4

Its working fine when i run through web browser but i want a user should be able to update status of twitter account through gmail chat i.e. he should only be authenticated once through web then he should be able to send the status message through gmail chat and his twitter account should be updated

How can i inegrate this because gmail id can be different from twitter id?

Please guide.

4

4 回答 4

0

这可能会有所帮助,我以前也遇到过同样的问题,现在已经解决了。

http://ruckuus.wordpress.com/2009/09/04/pecl-and-twitter-oauth/

基本上,在您向用户请求授权后,您将访问 /access_token,您将获得经过身份验证的 oauth_token 和持久性的 oauth_token_secret。因此,如果您已经拥有这些变量,则不再需要访问 access_token 。

存储它非常简单,可以将它们放入数据库、cookies(如果您使用 Web 应用程序)或明文中。

于 2009-09-04T15:56:15.927 回答
0

当您使用 oauth 向 twitter 进行身份验证时,您可以存储并在稍后发布更新时使用。

于 2009-06-16T11:36:32.843 回答
0

这篇文章包含了我设置一个使用 OAuth 进行身份验证的 Twitter 发布机器人所需的一切:http: //masnun.com/blog/2010/04/30/setting-up-twitter-bots-with-oauth/

于 2010-09-08T17:42:03.483 回答
0

尝试使用这个库,

http://emmense.com/php-twitter/

干杯

于 2009-07-16T06:04:22.317 回答