pynder
pynder copied to clipboard
Unable to authenticate with facebook auth token.
Hello, I'm unable to authenticate my account, it keeps saying that the error is 401.
Is there a correct way of obtaining the facebook id and auth token?
For me this way worked https://gist.github.com/rtt/10403467#gistcomment-1846343 But you have to renew token every couple hours :(
I am getting this error :tinder_social_examples.py
Traceback (most recent call last):
File "C:\pynder\pynder-master\examples\tinder_social_examples.py", line 6, in
I got the same error. I rolled back my pynder to an earlier version and it worked.
@halalfood which version did you use ?
Same problem here. Version 0.0.11 from pip works.
just fyi, session = pynder.Session(FBID, FBTOKEN)... this was changed sometime ago, session only requires token, not the id..
@baturalpgurdin 0.0.11 from pip works >> newer version doesnt work