Twitter allows us to receive Push Notifications whenever a selected user posts a tweet. As a result, I’ve enabled this option for several hundred users 
Is it possible to use the REST API to pull down this list? I would like to convert this into a proper twitter list, as that’s where this information belongs.
Thanks!
Not as a list, but you can check an account with GET friendships/show | Docs | Twitter Developer Platform
notifications_enabled will be true in the source object of the response (your account) if you make a request like "/1.1/friendships/show.json?target_screen_name=target"
1 Like
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.