I've started working with the twitter API, and I'd like to know the fastest way to get the authenticated user screen_name.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I'm using the twitteroauth (i assume that's what you mean) library in a project atm and if you're retrieving the user information like this:
You can retrieve the user screen name with: |
|||
|
|
|
The fastest way is to grab the python-twitter library ( which provides an object and method for just about everything - also note - use the latest sources, don't fetch the zipped files) and use the
|
|||
|
|
