[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 Add Location to your tweets
checked to TRUE.

May I know, do I need to make any other settings to be set in order to
get the elements filled with the right information.

Thanking You

Regards,
Gna Andrew Cross

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 error as (403) Forbidden.

What will be the problem and how to rectify this error?

Thanks in advance

Regards,
Gna Andrew Cross

Willing to fail to succeed

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 end. I have tested with my twitter account and
got the tweet typed from your application.

Thanking You

Regards,
Gna Andrew Cross

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
perfectly well. But when we try to connect with the twitter with the
oauth_token and oauth_verifier details passed in the query string.
But, I received the error as Unauthorized 401 error. I tried in the
following also.

1. At first the call back URL set to be localhost for the testing
purpose and later it is being removed and accessed the call back URL
set in the application settings.
2. Tried to store the nonce value since it is generated randomly and
may be chances to get the variable values at every time.

Is there anyother ways to analyze and rectify this error?

Thanks in advance

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 oauth_token_secret should be
stored securely. Remember, you'll be accessing these values for every
authenticated request your application makes to the Twitter API, so
store them in a way that will scale to your user base. When you're
using OAuth, you should no longer be storing passwords for any of your
users.

I registered my application with the Twitter Apps and got all the
required and confidential details from it. But, the authorization
process does not work properly. It works perfectly at the first time
but not works as defined above by storing the oauth_token and
oauth_token_secret for later purposes. If we form the URL with the
oauth_token and oauth_token_secret. The system throws the excpetion as
Unauthorized and requires to follow all the steps to get the
authorization again and again.

May I know the right steps to avoid the authorization process for
every time we try to communicate with Twitter?

Thanking You

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 from his application list from the Twitter. I
require to use his first time authenticated details instead of asking
the credentials again and again. I store every credentials in a local
variable and formed the URLs with the required details. But, it throws
The remote server returned an error: (401) Unauthorized.

How to avoid the approval from the registered user in twitter on every
time my application request to connect with the Twitter and fetch the
details.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk