140
Views
1
Comments
How to consume REST api with OAuth 1.0?
Question

I would like to consume Bricklink's rest api, as documented here: http://apidev.bricklink.com/redmine/projects/bricklink-api/wiki/Authorization

The authorization is done with a ConsumerKey, ConsumerSecret and TokenValue, TokenSecret. I have tried some Forge component, but I couldn't get the Authorization generated. I am using OutSystems 11, and the authorization is done OAuth 1.0-like.

Thanks in advance!

2018-05-30 02-48-38
Rui Barbosa

Hi Sven,

This is very little information for us to be able to help you.

oAuth 1.0 is alwys tricky in the sense you need to keep generating a nouce and signing the requests.

Have you tried the oAuth 1.0 authentication component?

cheers

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.