[twitter-dev] How can I determine user_id having access token?

2011-06-29 Thread Evgeny
Hi! On my site users have ability to interact with Twitter. For this I stored only access token secret, not user_id. But now I want to know user_id in Twitter for this users. How can I get it right way? I tried request users/show without params, signed with users's token - received error:Not

Re: [twitter-dev] How can I determine user_id having access token?

2011-06-29 Thread Taylor Singletary
While one should consider the access token strings as opaque identifiers, at least as far as the present day is concerned, our access tokens have a format 1234-xyzxyzxyz -- the 1234 part before the dash is the user_id of the Twitter user the access token represents. Calling