How to pull your own twitter token

  1. Go to view-source: twitter . com/i/flow

  2. Search for this featureSetToken behind this will be your static token that doesn’t seem to change.

Taking information from the browser is not the correct way to use the Twitter API. You should use the documented OAuth flow explained on the developer website.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.