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
Twitter use a 3-legged OAuth flow.
First step is getting the oauth_token. For this you need the call back url and oauth_consumer_key.
I just do not know call back url .
My team and I are constantly using this framework and it seems it has died out there. I contacted the owner by email asking if he would add some of us as maintainers so we could continue to improve it. However we didn't get a response.
I am publishing the project under my profile and we are going to continue to invest time in it.
Twitter use a 3-legged OAuth flow.
First step is getting the oauth_token. For this you need the call back url and oauth_consumer_key.
I just do not know call back url .
https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens
The text was updated successfully, but these errors were encountered: