You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I understand this correctly, the server script needs to return the
slug property of all the lists the authenticating user has. we can then
proceed to call the list/statuses-API to fetch all tweets from the
list. from there, we run our existing script.
Get lists of autheticating user: https://dev.twitter.com/docs/api/1.1/get/lists/list
Get tweets from a list: https://dev.twitter.com/docs/api/1.1/get/lists/statuses
Implementation: After user has connected his Twitter account, let user change default (tweets from timeline) to tweets from one of his lists.
The text was updated successfully, but these errors were encountered: