You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
I'm not sure if this is possible using this plugin, but I'm trying to log users in on my website using the access tokens (inside a react native app, obviously).
I got it working for Facebook. So I get a token from Facebook > use the same token in my Facebook PHP SDK and get the user's info.
But I can't get this to work with the twitteroauth PHP library I'm using. I tried a bunch of different ways, but in most cases you need a token and token_secret. Simple-auth only returns one token.
Should this be possible using the token I get?
Basically I'm trying to do $connection->get('account/verify_credentials'); in PHP with the token I get in JS, but it won't allow me..