On Mon, Sep 6, 2010 at 12:13 PM, Le Thanh Dong <[email protected]> wrote: > Thanks for the reply, but I want to get tweets via friend timeline. Since > Twitter switch to OAuth, I can not do this so far.
If the account is public, you can unauthenticated request the home_timeline. If the account is private, then, unfortunately, you'll have to register your app to get a app secret and token and, at least once, request the authorization for that app in the account. Once you get the authorization token, you can use it indefinitely (or till Twitter revokes it, but they don't have a timeout at this time.) -- Julio Biason <[email protected]> Twitter: http://twitter.com/juliobiason -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
