-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook ID and Facebook access token #136
Comments
The facebook ID: The token:
|
If you don't need to get it programmatically, you can simply spawn the Tinder auth dialog here and copy the token from the response you get when you click OK. |
I believe I am using the authentication script correctly with Python 3.6 but I am still getting 401 error messages in my experiments Edit: Resolved. I was not using positional arguments in function header/ calls. |
@brenly can you describe how you resolved this? I also get 401 error |
It's been a bit. I will have to look back over my code. If you research the different ways to do arguments in function calls in python you will find my solution quicker than i can get back to you. Good luck and I'll try to get back to you! |
To add on to brenly's comment, you should be creating your session object like this:
where the get_access_token function is the one mentioned by kpolucas |
This function is now throwing:
:( |
@vyscond yeah I was getting this error last night too. Looks to do with facebook authentication. |
I was able to get the FBTOKEN manually from here https://gist.github.com/taseppa/66fc7239c66ef285ecb28b400b556938 |
Posted a solution on #171 |
Please add instructions for getting Facebook ID and Facebook access token.
I can find a whole bunch of different tokens on https://developers.facebook.com (user token, app token, app secret, ...), but I have no idea which one I need.
The text was updated successfully, but these errors were encountered: