fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinder API delivers OK instead of API token

will-code-for-pizza opened this issue · comments

Sorry guys, I get stucked at the very beginning...

$ curl -X POST https://api.gotinder.com/auth --data '{"facebook_token": EAAGm0PX4ZCpsBAFG65ZXXXXXXXXXXXRc508ynKIaxSc6Lny9uoHUepMdAZCeKLzsLbezge3Nkj6e38yrn51hhs2gYXp5C0pALviny8Oc06TYGymZA16G2fmw7KoXXXXXXXXXXXXl4NYg3ZChZB9qmriz599to36lEJeNFymdvonkeIT9ZADaWCdUZAQZDZD, "facebook_id": 103XXXXXXXXX6822}'

just returns an

OK

Shouldn't the Tinder API token be issued here?

Regards

UPDATE:

Solved by myself:

$ curl -sX POST https://api.gotinder.com/v2/auth/login/facebook --data-raw '{"token":"EAAGm0PX4ZCpsBAFG65ZXXXXXXXXXXXRc508ynKIaxSc6Lny9uoHUepMdAZCeKLzsLbezge3Nkj6e38yrn51hhs2gYXp5C0pALviny8Oc06TYGymZA16G2fmw7KoXXXXXXXXXXXXl4NYg3ZChZB9qmriz599to36lEJeNFymdvonkeIT9ZADaWCdUZAQZDZD","facebook_id":"103XXXXXXXXX6822"}' | python -m json.tool
`