Hi Anshul,
Thanks for your feedback on the OAuth documentation.
The latest updates to the OAuth Quick Start Guide should show the proper code sample and parameters, which includes information about the
oauth_session_handle parameter:
http://developer.yahoo.com/oauth/guide/oauth-auth-flow.htmlAs mentioned in the documentation, the lifetime of Request Token is 3600 second (1 hour).
In BBAuth, the session handle is analogous to the BBAuth Token and the Access Token is analogous to the BBAuth Cookies.
Thanks again for your feedback :)Is session_handle analogous to user hash in BBAuth?