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
As the title suggests, I'm looking to see if this package supports the home timeline (Reverse Chronological) endpoint. This is a pretty important endpoint as it replicates the homepage query on Twitter.
UPDATE: I'm now hoping an example for this will be added to the README to help other developers. Better yet, if docs could be added that list every support endpoint (as they don't match with twitter's api endpoints).
Note: My developer account has elevated access, not sure if this works without it.
As the title suggests, I'm looking to see if this package supports the home timeline (Reverse Chronological) endpoint. This is a pretty important endpoint as it replicates the homepage query on Twitter.
UPDATE: I'm now hoping an example for this will be added to the README to help other developers. Better yet, if docs could be added that list every support endpoint (as they don't match with twitter's api endpoints).
Note: My developer account has elevated access, not sure if this works without it.
UPDATE
WORKS:
Previous Attempts
DOTE NOT WORK (Data is now an empty array) :
I would think that since I see tweets on my homepage, the array shouldn't be empty.
DOES NOT WORK (prints undefined and nothing, in that order):
DOES NOT WORK (prints undefined and nothing, in that order; replace
<developeraccountuserid>
with my developer account's user id):Using a different query
WORKS (successfully sends accurate data back):
The text was updated successfully, but these errors were encountered: