pynder icon indicating copy to clipboard operation
pynder copied to clipboard

Unable to authenticate with facebook auth token.

Open kngu9 opened this issue 9 years ago • 7 comments

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?

kngu9 avatar Sep 23 '16 01:09 kngu9

For me this way worked https://gist.github.com/rtt/10403467#gistcomment-1846343 But you have to renew token every couple hours :(

taneta avatar Sep 23 '16 06:09 taneta

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 session = pynder.Session(FBID, FBTOKEN) File "C:\Users\x\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pynder-0.0.11-py3.5.egg\pynder\session.py", line 14, in init self.profile = models.Profile(self._api.profile(), self._api) File "C:\Users\x\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pynder-0.0.11-py3.5.egg\pynder\api.py", line 67, in profile return self._get("/profile") File "C:\Users\x\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pynder-0.0.11-py3.5.egg\pynder\api.py", line 46, in _get return self._request("get", url) File "C:\Users\x\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pynder-0.0.11-py3.5.egg\pynder\api.py", line 42, in _request raise errors.RequestError(result.status_code) pynder.errors.RequestError: 401

unreal99 avatar Sep 24 '16 17:09 unreal99

I got the same error. I rolled back my pynder to an earlier version and it worked.

ghost avatar Sep 26 '16 21:09 ghost

@halalfood which version did you use ?

suchcodemuchwow avatar Oct 17 '16 21:10 suchcodemuchwow

Same problem here. Version 0.0.11 from pip works.

tobwen avatar Nov 18 '16 18:11 tobwen

just fyi, session = pynder.Session(FBID, FBTOKEN)... this was changed sometime ago, session only requires token, not the id..

VeNoMouS avatar Dec 29 '16 00:12 VeNoMouS

@baturalpgurdin 0.0.11 from pip works >> newer version doesnt work

ghost avatar Apr 09 '17 00:04 ghost