MrSwitch / hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect
https://adodson.com/hello.js/
MIT License
4.63k stars 550 forks source link

twitter email doesn't received! #387

Closed vkupar closed 8 years ago

vkupar commented 8 years ago

http://stackoverflow.com/questions/34695640/doing-twitter-authorization-email-doesnt-received-using-hello-js-library

vkupar commented 8 years ago

I already enabled email feature in apps.twitter.com

MrSwitch commented 8 years ago

Refer to the Twitter API on obtaining this property.

jmgamboa commented 8 years ago

@vatex a few gotchas with this. first, a users' email needs to be made public. this can be done through the twitters profile settings. if the users email is set to private, you cannot retrieve the item. second is, for some of your app's settings; if you decide to change them, you made need to generate new keys. ie if you had only read access set initially and want to add write access; you need to generate new keys, after changing this. hope this helps; personally experienced difficulties getting help on the twitter forums.

jmgamboa commented 8 years ago

@vatex also ensure you've added read-email to the scope end in hellojs. https://adodson.com/hello.js/#scope