[twitter-dev] After changing the callback URL, it is still going to the old one

2010-01-15 Thread Gavin Bong
Hi,

I changed my application's callback URL but twitter is still calling
the old callback URL.
It was changed 8 hours ago. What gives ? What should I do ?

Regards,

Gavin


[twitter-dev] OAuth :: re-signin user generating new access tokens

2009-11-12 Thread Gavin Bong

In my implementation of SignInWithTwitter, every time the user signs
in, it generates a new access token.

What really happens to the old access tokens ?
If I maintain a 1-many relation from twitterId to access-tokens, I
will have access to the old access-tokens.

I understand that the FAQ says that access tokens are never expired by
twitter (only when the user revokes the app).

Thanks

Gavin


[twitter-dev] Why is my app showing 1 user no matter how many users sign up ?

2009-11-10 Thread Gavin Bong

I've successfully retrieved the access token  secret.
But no matter how many users authorize the app, the admin page shows
only 1 user.
Am I doing something wrong ?

Thanks

Gavin


[twitter-dev] s.twimg.com vs a?.twimg.com

2009-10-27 Thread Gavin Bong

Is my assumption correct that s.twimg.com is for serving more system
related images  a?.twimg.com are for user assets ?

Regards,

G