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
@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