I'm implementing a server application to get some data from users using OAuth, but to identify which user is authorizing Goodreads on the callback from the authorization, I need to pass some state on the request, and I had a simmilar problem as related here, here and here.
Is there any plans to support query parameters on the OAuth callback, as specified on the OAuth1 spec? Or is it any other way to pass state through to be sent back on the callback?
I'm implementing a server application to get some data from users using OAuth, but to identify which user is authorizing Goodreads on the callback from the authorization, I need to pass some state on the request, and I had a simmilar problem as related here, here and here.
Is there any plans to support query parameters on the OAuth callback, as specified on the OAuth1 spec? Or is it any other way to pass state through to be sent back on the callback?
Thanks!