Amadeusz Annissimo

Joined

5,120 Experience
51 Lessons Completed
0 Questions Solved

Activity

You need to set up OAuth in Twitter Developer dashboard. Go to Project & Apps -> Project Name -> App Name. Then:
OAuth Version: OAuth 1.0a
App permissions: Read and write
Callback URI / Redirect URL: http://localhost:3000/auth/twitter/callback
Website URL: e.g. https://gorails.com

Posted in Rails for Beginners Part 12: Validations Discussion

Good suggestion, I have the same issue.