-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
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: