... you'll want to URL encode everything after oauth_callback of course.

∞ Andy Badera
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)



On Tue, Sep 1, 2009 at 2:56 PM, Sandesh
Devaraju<sandesh.devar...@gmail.com> wrote:
>
> The way to accomplish this is by setting the articleid parameter to
> the oauth_callback URL when obtaining the request token[1].
>
> http://twitter.com/oauth/request_token?...&oauth_callback=http://yourdomain.com/method&articleid=foo&;...
>
> Note that the parameter value should be encoded as per [2] Section 5.1.
>
> The authorization callback from Twitter would then include the
> articleid as per [2] Section 6.2.3
>
> http://yourdomain.com/method&articleid=foo&oauth_token...
>
> [1] http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-request_token
> [2] http://oauth.net/core/1.0a
>
> On Tue, Sep 1, 2009 at 12:35 PM, solar22<bubig...@yahoo.de> wrote:
>>
>> Hello,
>> it is possible to do this:
>> My application use the follow request link:
>> https://twitter.com/oauth/authorize?oauth_token=MY_TOKEN&articleid=%ID
>> it is possible that twitter redirect to page.php?id=%ID
>> ?
>>
>> thanks.
>>
>

Reply via email to