Goodreads Developers discussion

13 views
questions > How to request multiple OAUTH keys

Comments Showing 1-1 of 1 (1 new)    post a comment »
dateUp arrow    newest »

message 1: by David (new)

David Rauschenbach | 4 comments I have 3 environments for my webapp:
dev: http://localhost:3000/auth/goodreads/...
test: http://test.myapp/auth/goodreads/call...
production: http://myapp/auth/goodreads/callback

I haven't figured out how to register more than 1 app to request more than 1 oath key yet. As far as I can tell, the website does not support it. This has been straightforward so far with my other oauth providers: facebook, google, & meetup.


back to top