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

  • SEARCH
  • Home
  • 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 8822509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:07:24+00:00 2026-06-14T06:07:24+00:00

I have to create a new simple Facebook application. Everything was great until I

  • 0

I have to create a new simple Facebook application. Everything was great until I wanted to configure the app Permissions. The “Authenticated referrals” option is disappeared. Maybe it is an amature question, but.. what now? I configured everything, and the Auth Dialog doesnt show up, so the application doesnt ask for any permission.

I have to access the users:

  • email
  • likes

and I have to publish a photo to his/her profile.

How can I get permissions now? I tried to find out on the developer blog but I found nothing usefull.

Thanks in advance and sorry for my English. 😉

  • 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-14T06:07:25+00:00Added an answer on June 14, 2026 at 6:07 am

    It seems that you are using PHP and since you didn’t mention using Javascript, this is the server-side flow, step four is where you specify the permissions (using the scope parameter):

       $code = $_REQUEST["code"];
    
       if(empty($code)) {
         $_SESSION['state'] = md5(uniqid(rand(), TRUE)); // CSRF protection
         $dialog_url = "https://www.facebook.com/dialog/oauth?client_id=" 
           . $app_id . "&redirect_uri=" . urlencode($my_url) . "&state="
           . $_SESSION['state'] . "&scope=email,publish_stream,user_likes";
    
         echo("<script> top.location.href='" . $dialog_url . "'</script>");
       }
    

    For the list of permissions, refer to the permissions document.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have really simple few lines of Facebook app, using the new Facebook API:
I am new to web programming...I have been asked to create a simple Internet
I wanted to know if I have to create a new ViewController for each
i have written insert query for my application to create new user with password,
I have created a simple Facebook application in PHP, that greets user by there
I have created a new Facebook app. Whenever I visit the canvas page (https://apps.fac...)
I have written for a very simple app of mine . To login facebook
I have simple comment form . I put char-counter . When i create new
I have created a simple WordPress plugin that automatically sets my new sites up
I am new to Repository concept and get some questions. I have created simple

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.