PHP Classes

Not getting email

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement a PH...  >  All threads  >  Not getting email  >  (Un) Subscribe thread alerts  
Subject:Not getting email
Summary:Not getting email
Messages:4
Author:Owais Kiani
Date:2015-11-03 06:37:27
 

  1. Not getting email   Reply   Report abuse  
Picture of Owais Kiani Owais Kiani - 2015-11-03 06:37:27
These networks are not providing Email address. I have set the scope for email. Help me please.
vkontakte
yahoo
buffer
github
instagram
disqus
tumblr
linkedin

Thanks

  2. Re: Not getting email   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-11-03 18:28:13 - In reply to message 1 from Owais Kiani
There are services that do not share the email address via API like Yahoo. I am sure github and LinkedIn provide the user email address, even if you need to use a specific API call URL.

As for the others, you need to check the respective API documentation, I don't recall all that provide the user email address.

  3. Re: Not getting email   Reply   Report abuse  
Picture of victor victor - 2015-11-28 04:01:20 - In reply to message 1 from Owais Kiani
Hi, I understand that the email scope has been included in login_with_facebook.php but facebook is not returning any email, any suggestions?

  4. Re: Not getting email   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-11-28 04:29:21 - In reply to message 3 from victor
If you added the email scope after getting the token, you need to obtain a new token.

In that case, you should call ResetAccessToken to make the class discard the old token.