-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added OAuth 2.0 authorization to Shopping API #369
base: master
Are you sure you want to change the base?
Conversation
Can someone explain me where an how I have to implement this token? |
You can install my fork, it will get the token for you. If you want to do it yourself, you can read the discussion here: #347 |
Thanks for the reply. I added your changes to the scripts but now i'm getting this:
Any ideas how I can fix this? |
I updated the imports to include requests for POST. This is my YAML file:
|
@timotheus Do you think you could have a look at this? Just ran into this issue. |
Would also like to see this feature implemented |
Looks like theres some kind of other error occuring, best to go into the source and add prints to see whats going on in your system. I haven't looked at the code for a while. |
@xjxckk's fork has a nice solution, but a couple minor bugs. I got a similar error and made a couple minor changes to the code he provided to get it working. Might try my fork. |
Any hope for this fix? Seems like a straight forward approach to solve a problem many people are dealing with. |
@dannyo1987 - can you provide a quick guide on how to use your fork? For example, I am looking to use the GetShippingCost function. |
You don't have to do anything other than install the fork as a dependency and set up your configuration with your app_id and cert_id |
Someone at Ebay should really merge this @timotheus. This api is not that useful without this PR merged. And it's a really nice api, would hate to see it lose its utility! |
hey! i'm running into a similar issue - i'm able to generate my Oauth token successfully using the fork above + modifications, but when i make the request i get hit with a similar error. what did you do to resolve? pasting my approach below:
error:
|
I have the also issue with this branch :
|
Added OAuth 2.0 authorization to Shopping API.
Relevant issue: #347