Discussion Forum: Thread 351671

 Author: VladaJu View Messages Posted By VladaJu
 Posted: Dec 19, 2023 03:30
 Subject: API Bricklink from Postman
 Viewed: 95 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD
 
 Author: Stellar View Messages Posted By Stellar
 Posted: Dec 19, 2023 05:07
 Subject: Re: API Bricklink from Postman
 Viewed: 52 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

Stellar (3496)

Location:  Spain, Comunidad Valenciana
Member Since Contact Type Status
Sep 24, 2015 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Stellar Bricks
BrickLink Discussions Moderator (?)
In Technical Issues, VladaJu writes:
  Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD

I have a test environment working on postman, its like yours but without the
Callback URL, timestamp and nonce.

Also enable the checkbox for Encode parameters.
 Author: VladaJu View Messages Posted By VladaJu
 Posted: Jan 4, 2024 17:28
 Subject: Re: API Bricklink from Postman
 Viewed: 60 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Hello,
Thanks for your answer.

Do you used like me Authorization Oauth 1.0 ?

I don't succed to connect. Do you have a screenshot of your setings ?

Have a nice day
JD


In Related Software, Stellar writes:
  In Technical Issues, VladaJu writes:
  Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD

I have a test environment working on postman, its like yours but without the
Callback URL, timestamp and nonce.

Also enable the checkbox for Encode parameters.
 Author: 1001bricks View Messages Posted By 1001bricks
 Posted: Jan 4, 2024 17:47
 Subject: Re: API Bricklink from Postman
 Viewed: 43 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

1001bricks (52324)

Location:  France, Provence-Alpes-Côte d'Azur
Member Since Contact Type Status
Sep 6, 2005 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: 1001bricks
In Related Software, VladaJu writes:
  Hello,
Thanks for your answer.

Do you used like me Authorization Oauth 1.0 ?

Erm, wrote you, check on Github?
Examples found in 10 seconds, please read the code?

https://github.com/BrickBytes/bricklink_api
https://github.com/ryansh100/bricklink-api
https://pkg.go.dev/github.com/funwithbots/go-bricklink-api

Or even in the BrickStore open source code?
 Author: VladaJu View Messages Posted By VladaJu
 Posted: Jan 4, 2024 18:00
 Subject: Re: API Bricklink from Postman
 Viewed: 32 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Thanks a lot for your answer,

I'm not enouph good with API ! I don't realy understand what I have to
do !
Can you help me little bit more
I have to admit that I don't remember where I found nonce data.

JD

In Related Software, 1001bricks writes:
  In Related Software, VladaJu writes:
  Hello,
Thanks for your answer.

Do you used like me Authorization Oauth 1.0 ?

Erm, wrote you, check on Github?
Examples found in 10 seconds, please read the code?

https://github.com/BrickBytes/bricklink_api
https://github.com/ryansh100/bricklink-api
https://pkg.go.dev/github.com/funwithbots/go-bricklink-api

Or even in the BrickStore open source code?
 
 Author: VladaJu View Messages Posted By VladaJu
 Posted: Jan 25, 2024 09:37
 Subject: Re: API Bricklink from Postman
 Viewed: 23 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Hello Stellar,

I came to you cause I don't succed to get my signature. I have my ID and
password but I don't know how to get my signature with it. Can you explain
me ?

Thanks for your help
JD

In Related Software, Stellar writes:
  In Technical Issues, VladaJu writes:
  Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD

I have a test environment working on postman, its like yours but without the
Callback URL, timestamp and nonce.

Also enable the checkbox for Encode parameters.
 Author: KnC_Bricks View Messages Posted By KnC_Bricks
 Posted: Dec 21, 2023 17:06
 Subject: Re: API Bricklink from Postman
 Viewed: 34 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

KnC_Bricks (358)

Location:  USA, Montana
Member Since Contact Type Status
Jun 23, 2020 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: KnC Bricks
When you generate your signature, make sure your parameters are in alphabetical
order. Ex filed comes before status: GET /orders?filed=true&status=completed

I was getting a similar issue and fixed it.


In Related Software, VladaJu writes:
  Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD
 Author: VladaJu View Messages Posted By VladaJu
 Posted: Jan 4, 2024 20:37
 Subject: Re: API Bricklink from Postman
 Viewed: 39 times
 Topic: Related Software
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Did you succed to connect to api with Portman ? I'm using autorisation oauth
1.0 I'm not able to put the parameter include in header in alphabétisation
order. And I always got the signature issue.


In Related Software, KnC_Bricks writes:
  When you generate your signature, make sure your parameters are in alphabetical
order. Ex filed comes before status: GET /orders?filed=true&status=completed

I was getting a similar issue and fixed it.


In Related Software, VladaJu writes:
  Is it possible to connect the Bricklink API from postman ?

I got the message :

"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}

My signature is like this : wlgxtdthOmQJD3Add%2BBH6HNSs6s%3D

I would like to create application in Unreal Engine.
Thanks a lot for your help
JD