facebook - How to get the fb and g+ email programmatically in ios? -


i have integrated fb , g+ login ios app. , if phone sign in fb automatically log in when click fb button. want send email of user in fb , g+ server separately. can tell me how can email fb , g+ both.

thank you

you won't user data (profile, birthday, email, etc.) without requesting specific permission user. it's matter of following sdk guide really.

you can request user's information making me request. , can in 2 ways:

using fbrequestconnection startwithgraphpath:completionhandler: method, did in requesting permissions section, , setting path me. using fbrequestconnection startformewithcompletionhandler: method, make me request directly.

https://developers.facebook.com/docs/ios/graph

it's hard stuff need go through developer. following how others did code you. reading through sdk guide make understand better.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -