[twitter-dev] Re: How to check the access tokens before directing to a sign in /allow, deny page?

2010-05-06 Thread Konpaku Kogasa
Hello,

First off I'm curious as to what language this is. A quick glance
suggests javascript.  Also what libraries are you using?

Regarding the actual auth workflow, what exactly is the process that
you are utilizing? Is it a callback URL or pin based auth?

You call OAuth.GetRequestToken, but I don't see how you pass the
return value of this to OAuth.GetAccessToken.

- Konpaku Kogasa


Re: [twitter-dev] Re: How to check the access tokens before directing to a sign in /allow, deny page?

2010-05-06 Thread Chathura Perera
Hi,
Thanks for the response. I'm using C#.NET and this is all inline coding.
However, yesterday I found a way to check the token values from a protected
resource, It worked fine for me with slight database programming to store
and retrive the twitter generated access tokens.

Libraries I used to call Twitter API,

   - Wrox.Auth library
   - Twitterizer

Chathura

On Thu, May 6, 2010 at 7:27 PM, Konpaku Kogasa kogasa.l...@gmail.comwrote:

 Hello,

 First off I'm curious as to what language this is. A quick glance
 suggests javascript.  Also what libraries are you using?

 Regarding the actual auth workflow, what exactly is the process that
 you are utilizing? Is it a callback URL or pin based auth?

 You call OAuth.GetRequestToken, but I don't see how you pass the
 return value of this to OAuth.GetAccessToken.

 - Konpaku Kogasa