Hello: Im new to OAuth and have used the OAuth.net to implement an interface to GetSatisfaction. However GetSatisfaction requires that oauth_callback=http://mysite.com/myresource be sent along with the authorization url. But the doc in OAuth.net seems to indicate that callback url must be sent only during requestToken and the ServiceProvider must use it in the subsequent authorization call. GetSatisfaction does not do this.
Unfortunately since my callback url is different at different entry points, Im unable to set the oauth_callback url in the authorization url dynamically since OAuthService must be static. Is there an alternative to this issue? Thanks for any help. -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
