Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7792599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:14:07+00:00 2026-06-01T22:14:07+00:00

I have a Facebook App written in PHP. Asked for user’s email permission. I

  • 0

I have a Facebook App written in PHP. Asked for user’s “email” permission. I noticed that I obtained 90% of user’s email address, but not some.

I know that the email permission allows Facebook App to get the primary email address stated in user’s profile, but why does the SDK sometimes return null?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:14:08+00:00Added an answer on June 1, 2026 at 10:14 pm

    “email” is an extended permission that users are not required to give when allowing an application. If you need your users to grant the “email” permission before continuing in your app, you need to check that that permission is present before allowing the user to continue his workflow after authentication.

    the graph API endpoint you need to use is "/me/permissions"

    Here is a method that I use to do just that:

    permissions is an array of strings that represent the permissions requested.

    hasPermissions(["email"], function(hasPerms){
         alert(hasPerms);
     });
    
    function hasPermissions(permissions, callback){
        console.log("perms requested");
        console.log(permissions);
        FB.api("/me/permissions", function(response){
            var hasPerms = true;
            console.log("perms obtaind");
            console.log(response);
            for(var i in permissions){
                console.log([permissions[i]] + " - " + response["data"][0][permissions[i]])
                hasPerms = hasPerms && response["data"][0][permissions[i]] == 1;
            }
            if(typeof callback == "function"){
                callback(hasPerms);     
            }       
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a facebook app that is displaying random quotes - it is written
I have a facebook app that a user can send an app request to
I have a Facebook canvas app, written in AS3, and using the Adobe Facebook
I have a facebook app using a lot of Javascript that doesn't work correctly
I have facebook login setup in my android app. When the user clicks login
I'm just diving into the exciting world of facebook app creation, but have already
I have a Facebook App that is setup as an App on Facebook and
I have integrated Facebook into my Android App. When a user now posts a
I have a facebook app that load some content with ajax, including some like
I have a facebook application (not written by me, but have some control of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.