Can I add extra Parameters to AccessTokenEndpoint
- by Tobi
I'm trying to add the Hyves API with DotNetOpenAuth. It requires me to add a method name and some other stuff when accessing RequestTokenEndpoint and AccessTokenEndpoint. (http://trac.hyves-api.nl/wiki/APIUserAuthorization)
RequestTokenEndpoint is no problem with "PrepareRequestUserAuthorization(Uri, requestParameters, null)"
However I can't find a way to do this with AccessTokenEndpoint. Is there an easy way or can I intercept "ProcessUserAuthorization()" in a way?
I tried to manual build a request but no luck yet.