Can I get a list of users who have authorized my Twitter app?

Go To StackoverFlow.com

1

I'm trying to get a list of users who have authorized my Twitter application. I've tried checking the API docs, but there seems to be no twitter application specific APIs that I can find. I'm trying to avoid having to store these twitter user names myself, since the user list would be the exact same as Twitter's authorized user list and even handle deauthorized users for me.

2012-04-04 22:05
by Jack Chu
you will run into this problem sooner or later http://programmers.stackexchange.com/questions/306516/best-way-to-intersect-a-big-set-with-another-big-set-from-a-database?noredirect=1#comment642732_30651 - arisalexis 2016-01-05 12:42


2

No, there's no way to obtain this information from the Twitter API. If you're interested in keeping track of the users who are using your application, you'll need to track it yourself.

2012-04-06 17:24
by Taylor Singletary
This is a bummer. This would be very useful - Tyguy7 2014-10-02 18:13
Ads