Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2018 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/15df96f44297035ed5c96b555728d8e5 to your computer and use it in GitHub Desktop.
Save anonymous/15df96f44297035ed5c96b555728d8e5 to your computer and use it in GitHub Desktop.
Facebook Ask For Email Permission
********************
Facebook Ask For Email Permission ->>>
********************
http://shurll.com/bzyn5
(Copy & Paste link)
********************
What the heck is going on? . I was chasing this for quite a while. ilandimnik commented May 5, 2013 Same issue here. TeamRainless commented Sep 11, 2013 Yes. Merely doing so in the OmniAuth::Builder initializer won't work if you're using the JS SDK. Else email address is not returned 25 . swrobel commented Aug 8, 2012 Looks like this is potentially a platform issue: Graph API not returning email field even with email permission API call to /me is missing user's email even with email permission FQL returning empty email even with email permission granted Submit your repros so Facebook pays attention! . config :ueberauth, Ueberauth, providers: [ facebook: {Ueberauth.Strategy.Facebook, [defaultscope: "email,publicprofile", profilefields: "email"]} ] . Stack Overflow Questions Jobs Developer Jobs Directory Salary Calculator Help Mobile Stack Overflow Business Talent Ads Enterprise Company About Press Work Here Legal Privacy Policy Contact Us Stack Exchange Network Technology Life / Arts Culture / Recreation Science Other Stack Overflow Server Fault Super User Web Applications Ask Ubuntu Webmasters Game Development TeX - LaTeX Software Engineering Unix & Linux Ask Different (Apple) WordPress Development Geographic Information Systems Electrical Engineering Android Enthusiasts Information Security Database Administrators Drupal Answers SharePoint User Experience Mathematica Salesforce ExpressionEngine Answers Stack Overflow em Portugus Blender Network Engineering Cryptography Code Review Magento Software Recommendations Signal Processing Emacs Raspberry Pi Stack Overflow Programming Puzzles & Code Golf Stack Overflow en espaol Ethereum Data Science Arduino Bitcoin more (26) Photography Science Fiction & Fantasy Graphic Design Movies & TV Music: Practice & Theory Worldbuilding Seasoned Advice (cooking) Home Improvement Personal Finance & Money Academia Law more (16) English Language & Usage Skeptics Mi Yodeya (Judaism) Travel Christianity English Language Learners Japanese Language Arqade (gaming) Bicycles Role-playing Games Anime & Manga Puzzling Motor Vehicle Maintenance & Repair more (32) MathOverflow Mathematics Cross Validated (stats) Theoretical Computer Science Physics Chemistry Biology Computer Science Philosophy more (10) Meta Stack Exchange Stack Apps API Data Area 51 Blog Facebook Twitter LinkedIn site design / logo 2018 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required. When we check the scope parameter and the validity of the user Token thanks to the Debugger tool, everything is ok. You also risk being added to blacklists that organizations use to detect spam (especially risky for B2B businesses). Thank you for your answer. Bundle parameters = new Bundle(); parameters.putString("fields", "id,firstname,email,gender,birthday,name"); parameters.putString("infofields","email,name"); request.setParameters(parameters); You are receiving this because you were mentioned. simi closed this Nov 7, 2013 . [[[FBSDKGraphRequest alloc] initWithGraphPath:"me" parameters:{"fields" : "email, name"}] Please help me. diegodurante commented Nov 11, 2015 If you are using ruby on rails and the omniauth-facebook gem, remember to update that gem to the last 3.0.0 version. i'm using the following code. Reply to this email directly or view it on GitHub #61 (comment) . koerhunt commented Dec 31, 2015 SOLUCION Bien estube experimentando con la Graph API de facebook y el que no regrese el email del usuario se debe a que nunca confirmo ese correo electronico, por lo tando facebook no lo devuelve como informaciom valida. 3. (I don't know how exactly I got into the github chain.) On Mon, Sep 12, 2016 at 5:25 PM, Josef imnek notificationsgithub.com wrote: TeamRainless I have no idea what's still discussed here. –ozba Apr 17 '14 at 8:19 4 But users can change the username if they want. vaihtovirta commented Aug 8, 2015 3zcurdia Did you try to use version from master branch? . Does it happen consistently for all users? Could you show me the config you're using? . Thanks. But when we ask the Graph API for the email of the user with the valid user token, it does not appear at all. toobulkeh commented Oct 6, 2014 mlaco is saying they have solved it and need a reproducible way to test it. dpmccabe commented Jun 29, 2012 I'm seeing this problem, too, although it's on a new app and I've never successfully retried the email field. This was referenced Nov 14, 2015 Open Facebook Integration no longer returning emails for new apps logical-and/php-oauth#56 Closed Missing public profile and email after switching to another Facebook App ID and Secret sahat/hackathon-starter#348 . exactly what I just said. Check: shareimprove this answer edited Apr 17 '15 at 9:39 answered Apr 17 '15 at 7:57 Priyanshu Chauhan 1,4601123 add a comment up vote 1 down vote According to the documentation: Note, even if you request the email permission it is not guaranteed you will get an email address. For example what I did initially was create a generic facebook.com email address for users whose emails don't arrive via omniauth. edlebert commented May 18, 2013 I was just hit with this. thanks . Permissions are omniauth-facebook default (I think just email now that offlineaccess is deprecated) 5a02188284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment