[twitter-dev] Skip the authentication

2010-10-12 Thread Andrew Cross. Gna
I have used the function to authenticate my application with the user and allow it to access the twitter functionalist from my web site. The function does everything correctly and gets the oauth_ details. If I want to skip the authentication required from the user until he rejects my application

[twitter-dev] Access Token Details

2010-10-13 Thread Andrew Cross. Gna
This was the description given at the FAQ of twitter application Prepare long-term storage for access tokens and secrets Whatever your storage system may be, you'll need to begin storing an oauth_token and oauth_token_secret (collectively, an access token) for each user of your application. The

[twitter-dev] Unauthorized 401 error

2010-10-19 Thread Andrew Cross. Gna
I did the following 1. Registered an application 2. Got the required details from the application registration with Twitter i.e. consumer Key and the secret 3. Implemented oAuthBase.cs class available in the google code storage. The authorization done at the first time successfuly and worked

Re: [twitter-dev] Tweet Box Not Working...

2010-10-21 Thread Andrew Cross. Gna
Hi, If you feel free would you pls send the source code, you used to develop this application. If you have downloaded from any sites, it is also enough only the links to get the source I will give it a try to diagnose the problem. Because, the link you have sent is working fine from my

Re: [twitter-dev] Authlogic OAuth 401 error

2010-10-22 Thread Andrew Cross. Gna
Hi, The oauth_token and oauth_token_secret should be recreated again while deploying the WWW. if you have stored the required details while developing in the local system. Empty them and try it again. Regards, Gna Andrew Cross Willing to fail to succeed -- Twitter developer

[twitter-dev] (403) Forbidden

2010-10-22 Thread Andrew Cross. Gna
Hi All, I have used oAuthBase and oAuthTwitter classes in my application to extend the Twitter with my application. I have succeeded in sending the tweets from my application to Twitter. When I tried to get the tweets from my twitter and try to display in my application it shows the

[twitter-dev] statuses missing geo /

2010-11-09 Thread Andrew Cross. Gna
I am succeeded in integrating the twitter with my web application and access the twitter futures. Now, I need your help to get the following in the list of my statuses. geo / coordinates / place / at the below of the user tags of the tweet status list. I have enabled the Tweet Location