pyfb icon indicating copy to clipboard operation
pyfb copied to clipboard

get_access_token broken

Open gmrodrigues opened this issue 8 years ago • 1 comments

Hi, First thing: thank you for this lib. Really good job.

Now the issue: I think something changed on facebook's service that broke the get_access_token funcionality. It's simple: they are now sending json in response.

Im thinking about sending you a fix for this, but i need you to confirm the issue first. Maybe its simpler for you just to fix it, or maybe i'm wrong.

Thank you =D

gmrodrigues avatar Mar 30 '17 18:03 gmrodrigues

The response of facebook now come in javascript json like u'{access_token:"5dfsdfsd.."}' i send the pull request to resolve this, but i don't sure if @gmrodrigues accept, because is a simple fix.

https://github.com/jmg/pyfb/pull/21/commits/c50302f498c964660d3b021ab1e5a4bd6008933e

SergioDzul avatar Nov 03 '17 01:11 SergioDzul