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
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
I have created twitter developer tool to read the feeds. I see in the sample code as below
Authentication hosebirdAuth = new OAuth1("consumerKey", "consumerSecret",token, secret);
but in the tool its generated
API Key
API Key Secret
Bearer Token
how do I get token and secret from BearerToken so that I can create Authentication object?
Please help I got stuck here
The text was updated successfully, but these errors were encountered:
hi Team,
I have created twitter developer tool to read the feeds. I see in the sample code as below
Authentication hosebirdAuth = new OAuth1("consumerKey", "consumerSecret",token, secret);
but in the tool its generated
how do I get token and secret from BearerToken so that I can create Authentication object?
Please help I got stuck here
The text was updated successfully, but these errors were encountered: