Hi, I’m developing consumer application, using .NET library to access my resources from my provider’s site. I could get the Access Token and Access Token Secret, but I’ve trouble accessing protected resources from my provider’s site using access token, It throws exception “unauthorized”. Is it required to include OAuth parameters inside the Authorization header ?. I’m adding required OAuth parameters in URL as a query string. Do I need to include OAuth parameters at both places ? In addition, my request body contains xml stream of bytes which is required to get response from my provider. So How can I specify my API URL in Authorization header, because I want to access the full dataset from my provider.
Thanks in advance Tejas -- 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.
