This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 799
Important Updated needed for Doc, about get user Data > email #300
Comments
Yes ! |
STEP 1 -- CALL THE API TO GHET REDIRECTION URL
//STEP 2
|
I have added a Medium blog post where it's more detaillled and more clear |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You really need to explain how exactly to get the user data for Sign In with TW
and precise that at the end it requires to be exactly in this order, to work, with setGetfield first in the order logic
I lost hours before being able to find
I can send for you the whole steps to reach this..
Anyway the most difficult part was the end last step :
$getfields="?include_email=true";//&oauth_token=".$response_array["oauth_token"];
$requestMethod = 'GET';
$twitter = new TwitterAPIExchange($settings);
$result = $twitter->setGetfield($getfields)
->buildOauth($url, $requestMethod)
->performRequest();
The text was updated successfully, but these errors were encountered: