[twitter-dev] get id without calling verify_credentials via abraham's OAuth

2010-10-28 Thread crystalchris
I have been using abraham's OAuth and calling verify_credentials to
obtain user id.
Besides $_SESSION['access_token'], is there a $_SESSION['user_id']  or
something like that available? If not, is it possible to provide one
in the future?
That would be great because calling verify_credentials consumes rate
limit.

-- 
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] get id without calling verify_credentials via abraham's OAuth

2010-10-28 Thread Abraham Williams
$_SESSION['access_token']['user_id'] should work. User_id and screen_name
are returned from /oauth/access_token.

Abraham
--
Evobots configured this transmission while traveling at 50 billion times the
speed of light.
On Oct 28, 2010 7:50 PM, crystalchris 0796...@gmail.com wrote:
 I have been using abraham's OAuth and calling verify_credentials to
 obtain user id.
 Besides $_SESSION['access_token'], is there a $_SESSION['user_id'] or
 something like that available? If not, is it possible to provide one
 in the future?
 That would be great because calling verify_credentials consumes rate
 limit.

 --
 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 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