c# - facebook Email field is missing on AuhtenticationManager.GetExternalInfoAsync -


did of encountered issues on facebook api v2.4

whenever called authenticationmanager.getexternalinfoasync, info returns id , name. did not happened on of our apps on api v2.3. updated facebook package on nuget still no luck

i tried checking returned facebook through fiddler (graph.facebook.com/me), can see 2 fields on returned json.

i appreciate help. in advance!

have @ answer @

you have specify each field graph api v2.4.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -