bash - How can I retrieve Tinder API authentication? -


$ curl -x post          -h "x-auth-token: fb_auth_token" \         -h "content-type: application/json" \         -h "user-agent: tinder/7.5.3 (iphone; ios 10.3.2; scale/2.00)" \ https://api.gotinder.com/auth 

% total % received % xferd average speed time time time current dload upload total spent left speed 100 69 100 69 0 0 105 0 --:--:-- --:--:-- --:--:-- 105{"code":400,"error":"missing authtoken#no_fb_token","error_no":40001}

does mean go thet incorrect facebook auth token? i'm following specifications in rest api: https://github.com/fbessez/tinder

based on documentation referred, can see not sending post data in request body {'facebook_token': insert_here, 'facebook_id': insert_here} besides, docs says x-auth-token not required /auth


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -