Description
When I add this to my app.xml I get the error below in the app window:
> <OAuth>
> <Service name="concur">
> <Access url="https://www.mysolutions.com/net2/OAuth/Access.ashx" method="POST"
/>
> <Request url="https://www.mysolutions.com/net2/OAuth/Request.ashx" method="GET"
/>
> <Authorization url="https://www.mysolutions.com/net2/OAuth/Login.aspx" />
> </Service>
> </OAuth>
>
> "Failed to load module prefs for app 'InstanceAppImpl
'
for this reason: org.apache.shindig.gadgets.spec.SpecParserException: Access@method must be
identical to Request@method"
>
> Does OAuth spec define that one should use same methods for the endpoints? I cant find
anything like that here: http://tools.ietf.org/html/rfc5849#section-2.1