Skip to content

Instantly share code, notes, and snippets.

@taseppa
Last active May 1, 2023 21:09
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save taseppa/66fc7239c66ef285ecb28b400b556938 to your computer and use it in GitHub Desktop.
Save taseppa/66fc7239c66ef285ecb28b400b556938 to your computer and use it in GitHub Desktop.
Getting your Tinder access token and facebook id
@dhharris
Copy link

dhharris commented Aug 5, 2019

Kind of unrelated, but does anyone have an updated Tinder API spec? I built a Tinder desktop client a few years ago. I don't use Tinder anymore, but someone reached out to me recently expressing interest in using the client so I'd like to fix it if possible. I fixed the auth problem using the URL @FavyTeam suggested, but the api library I used seems to have an out of date Tinder API.

See dhharris/pinder#3

@dhrumin75
Copy link

I think, the Link doesn't work correctly.

Please check this link.
https://www.facebook.com/v2.6/dialog/oauth?redirect_uri=fb464891386855067%3A%2F%2Fauthorize%2F&scope=user_birthday%2Cuser_photos%2Cuser_education_history%2Cemail%2Cuser_relationship_details%2Cuser_friends%2Cuser_work_history%2Cuser_likes&response_type=token%2Csigned_request&client_id=464891386855067&ret=login&fallback_redirect_uri=221e1158-f2e9-1452-1a05-8983f99f7d6e&ext=1556057433&hash=Aea6jWwMP_tDMQ9y

and Open developer tool in browser, you can find "access_token" there.

I hope it will works for everyone.

is this link still working? I clicked 'OK' but no response was recorded. There was no such thing named 'access_token'

@taseppa
Copy link
Author

taseppa commented Apr 15, 2020

Yes I verified it still works

@brunetton
Copy link

I created a Firefox extension that does the job for you (and put the token in clipboard):

https://github.com/brunetton/tinder-token-firefox-extension

@Thomas-DaxBrin
Copy link

Thomas-DaxBrin commented Nov 20, 2021

Hello,

Does anyone have already try to code this process ? Request with right headers and cookies return the facebook popup correctly but when i try to access at "/v5.0/dialog/oauth/confirm/" (equivalent to click on "ok") i got a facebook auth page.

Maybe anyone have a solution ?

@brunetton
Copy link

Hello,

Does anyone have already try to code this process ? Request with right headers and cookies return the facebook popup correctly but when i try to access at "/v5.0/dialog/oauth/confirm/" (equivalent to click on "ok") i got a facebook auth page.

Maybe anyone have a solution ?

Just use my extension, this is way more simpler

@Thomas-DaxBrin
Copy link

Hello,
Does anyone have already try to code this process ? Request with right headers and cookies return the facebook popup correctly but when i try to access at "/v5.0/dialog/oauth/confirm/" (equivalent to click on "ok") i got a facebook auth page.
Maybe anyone have a solution ?

Just use my extension, this is way more simpler

Thanks for reply but my ask is about a part of code that can click on "ok" button. It should look like a request with : "https://.facebook.com//dialog/oauth/confirm/" but I don't know rights data to send.

Your Firefox extension don't manage this task, it's only get the response of "https://.facebook.com//dialog/oauth/confirm/" post request

@jake-beardo
Copy link

I am having this issue when i click confirm

Failed to launch 'fb464891386855067://authorize/#signed_request=vUAF5OYhFGY11GPEBNN-JD2MF3ynVhStt1wl145mpPU.eyJ1c2VyX2lkIjoiMTAwMDAwNDc3NDUxMjA0IiwiY29kZSI6IkFRQUZ0OE9Cc0Nld3VfdmFTeXFNTUFNajB2d2hoQmJ0NTBRV2syUGpxTU52WFNuSklnMnBtYzNTZ2hfQ2V3ZVRKMzAtSE1uckM1X203QVVmcWxtTzBhUjFmZDNpRXExeUVOQlU4RVhLdEtZTE9zZGN1RFdldzM3MmJ4N0VRQ2JpQmRqalRPSHk4UGo2X1diVmhSclJaRkdaZnRleUxlVjBoMHJCX2d2Q19zYUI4bERYOW9Bb0Frei1zdnBrVFhBQ0hDSGVWLUItUktScEx3UlUtaDI0ZGdXd1hja2FzNUdVdnh1NjFneFFCOEdxQWRkbURZWkpRR2ZodU1SSW1uampyd1NJZUtqSEhSVHVkUFJzeUdBNENieHdCbE9NUnBYNmtBNjNKWExZcjYyMjRiYXRnZkVOenVDUnl3YkhwR1lvdGFCYk8tSEFNWV9TUUc5ZzAyWHlnbWU5QVd3Um4tc3V6elFBQjdUWjU5VDBFYnByYXFBdHBuVU9HTjdLYjZCWW9YYyIsImFsZ29yaXRobSI6IkhNQUMtU0hBMjU2IiwiaXNzdWVkX2F0IjoxNjgyOTc1MzAzfQ&access_token=EAAGm0PX4ZCpsBANpVo9nLEkAU6T4nhmiuNk14xtMjUIHKx1SfgrP7ljwmUbMZAPzAplc6waZCHfBi7EeRGvgZAmktr2aorJK08lHhZBH624vaUEjMVZBgD8ABcGZCScN8RejyZBGub1XHDUHk1IRG6ZAPPSPLoWh35JEkbrFXZAInZCJYcOCRMD8ShR3TRupgcFJ5AZBYGqESMZCaigZDZD&data_access_expiration_time=1690751303&expires_in=6697&long_lived_token=EAAGm0PX4ZCpsBAH8ZCHJYa6gfN4NXSnf4nZCx9jDvLucekHdOO0FkLJZAPM7nZCbTztfygLvZCZARcTErrJ62Cj0a989V1LwsvTt4jTesUtOz49J4FfP7eUHuDSWqiZAhy7md8JPSNsnZCVijZCSPit5ZBej6ls8ElH15Qaf3cR7sCzEZAFofSXp5FnZB' because the scheme does not have a registered handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment