Runepale

Joined

20 Experience
0 Lessons Completed
0 Questions Solved

Activity

The OmniAuth hash doesn't return or give me any secret token. There is only the token that is sent back, so in my db the secret is always set to nil but the others values like name, image or token are saved. I have elevated access in the Twitter API, i have changed the client key et client secret multiple time,s changed the scope in omniauth.rb to add also tweet.write, but nothing of this worked. I have no idea how to solve this, does anyone encounters the same issue ?
Thanks for you help et great tutorial by the way !!

I also had the same issue.
I replaced the API key and secret with the OAuth 2.0 Client ID and Client Secret from the twitter API and then it worked for me.