cancel
Showing results for 
Search instead for 
Did you mean: 

OAuth 1.0 Get a Request Token from Jam without The Callback URL.

Former Member
0 Kudos

HI everyone,

In Jam Documentation written next (SAP Jam Developer Guide😞

  • If the client app does not support callbacks, as may be the case with a mobile application or a desktop application, then the Callback URL should be left blank. This affects what happens when the end user authorizes the client app on the SAP Jam website.

So I leave Callback link empty in OAuth Client Jam configuration. After that I tried to receive token (2. Get a Request Token from Jam) without oauth_callback parametes (everything else, auth key, signature etc was entered). But in response I receive - Invalid OAuth request token request. Non-empty 'oauth_callback' parameter required.

So I put there oob value and in response I receive 401 Unauthorized status.

Can anyone advise me where is a problem?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Hi Artjoms,

I'm wondering if you are getting a bad error message.  If you set a non-empty callback url and then try this, do you get a different error?  The error when passing in oob is saying Unauthorized status, so possibly the credentials being passed in are incorrect so it is failing to authorize.

-Adam