[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

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