Can I add extra Parameters to AccessTokenEndpoint

Posted by Tobi on Stack Overflow See other posts from Stack Overflow or by Tobi
Published on 2010-03-29T02:41:18Z Indexed on 2010/03/29 2:43 UTC
Read the original article Hit count: 439

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about dotnetopenauth

Related posts about oauth