Using OAUTH to post to a twitter users wall
would it be possible to post to different users walls authenticating with OAUTH?
Basically what I would like to do is authenticate a user, and then post something to 开发者_JAVA技巧their wall, this is all with the users knowledge of course, so the user would be greeted with a login screen, they log in, and something gets posted to their twitter wall using a PHP sdk.
Thanx in advance!
Yes!, you can find more info in this article
In addition to the basic low-level REST API statuses/update method, which your PHP SDK would invoke, Twitter also offers @anywhere, a Javascript API that let's you pretty quickly integrate with the service. The TweetBox is the widget that would allow your users to post status updates from your site.
精彩评论