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 7043417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:17:13+00:00 2026-05-28T02:17:13+00:00

Facebook recently notified they are deprecating support for app profile pages . Apps created

  • 0

Facebook recently notified they are deprecating support for app profile pages.

Apps created after Dec 10th no longer have the app page option, together with the
“add to my page” functionality, and must use the new Add page tab dialog.

After the user selects which page to add the application to, is there any way to
redirect the user to the selected page?

Similar functionality existed in the “old” add to page dialog, e.g.
https://www.facebook.com/add.php?api_key=MY_ADD_ID&pages=1

Activating the dialog with a response function seems to bring no result.

`


// Add app to page
function addToPage() {

// calling the API ...
FB.ui({
        method: 'pagetab',
        redirect_uri: 'MY_URL',
    },function(response) {
        alert(response);
    });

}

`
So, two questions:
a) Is there any possibility for the app using the dialog to “know” which page was selected?
b) Is there any way to redirect the user to the selected page.

Thx!

  • 1 1 Answer
  • 2 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-05-28T02:17:14+00:00Added an answer on May 28, 2026 at 2:17 am
    <script type="text/javascript">
          function addToPage() {
    
          // calling the API ...
          FB.ui(
            {
                method: 'pagetab'
            },
            function(response) {
                if (response != null && response.tabs_added != null) {
    
                    $.each(response.tabs_added, function(pageid) {
                          alert(pageid);
                    });
                }
            }
          );
    
          }
      </script>
    

    Use above code…you will get page id of pages selected by the user

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

Sidebar

Related Questions

I have recently created a new Facebook app ID as I'm adding Facebook SSO
I've recently created a Facebook App that uses frictionless sharing. I was expecting that
Recently i am making an app on facebook. So i have use facebook api.
Recently Facebook allows adding iframe tabs to their pages. Static HTML pages can be
Recently I started my adventure of my apps integration with facebook-sdk. I have an
Recently Facebook has deprecated 'offline_access'. But, I find that Instagram app for Android still
Facebook recently changed the way they represent timestamps from unix time to ISO-8601. See
I recently updated the Canvas URL in my Facebook App, I changed it from
I recently created a small application to embed as a page tab on Facebook.
i recently made a test app in facebook, the app is a website app

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.