facebook-sdk icon indicating copy to clipboard operation
facebook-sdk copied to clipboard

Fix JSONDecodeError encountered in put_object

Open sirrobot01 opened this issue 3 years ago • 1 comments

put_object endpoint returns "Sorry, this content isn't available right now" which is cannot be decoded to JSON.

sirrobot01 avatar Mar 29 '21 13:03 sirrobot01

I feel like this could be problematic, it should be left up to the user to handle unsuccessful requests. The solution here would be raising a GraphAPIError with a more useful message rather than just returning the string itself

joanofxyz avatar Mar 09 '22 04:03 joanofxyz