Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Transfer Twitter login token? #28

@burnsting

Description

@burnsting

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions