skip to Main Content

How to detect zstd compression?

I am currently working on a python application, that works with facebook api's. As we all know, facebook loves their own technology and is working with zstd for data compression. The problem: facebook is returning either a uncompressed response with…

VIEW QUESTION

eBay Oauth token – unable to exchange authorization code for a User access token

I am getting {"error":"invalid_client","error_description":"client authentication failed"} 401 response. I did manage to get a user consent (docs: https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html) by accessing the url manually and logging in to my account: import requests, urllib, base64 my_AppID = "someAppID" my_Ru_Name = "someRuName" scope…

VIEW QUESTION
Back To Top
Search