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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:25:52+00:00 2026-06-04T18:25:52+00:00

We are creating a Facebook Page Tab app. We want this to be installable

  • 0

We are creating a Facebook Page Tab app. We want this to be installable on our customer’s business Facebook Pages. They will install this by visiting our SaaS app, where we have a specific customer id# for them. From there they will have a button to “Add this App to your Facebook Page” button, which will use the JavaScript SDK’s FB.ui({method:"pagetab"... call to add this to their page.

Now when one of their Facebook fans clicks into our customer’s Page and then into our App, the App page gets sent the signed_request parameter which can be parsed to find their Page Id.

The trouble is that I cannot figure out a way to associate their customer id# with their Facebook Page Id. How can this be done?

  • 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-04T18:25:54+00:00Added an answer on June 4, 2026 at 6:25 pm

    You can do like this

          FB.ui(
            {
                method: 'pagetab'
            },
            function(response) {
                if (response != null && response.tabs_added != null) {
    
                    $.each(response.tabs_added, function(pageid) {
                          alert(pageid);
                    });
                }
            }
          );
    

    Store the page ids by associating each with the customer id.

    When a user comes to your app, you will get the page id. Then you can easily identify the customer id from page id.

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

Sidebar

Related Questions

I'm creating a Facebook app in which I want to display content depending on
I'm creating a Facebook wall page, and i don't want the events showing in
I am creating a facebook like to put on my site. This component will
I'm creating an IFrame app which users can add to a Pages Tab. When
I am creating Facebook application which get insights for user's page for multiple metric.
I am creating a poll script for a facebook fan page: http://www.facebook.com/apps/application.php?id=115400635147687&v=app_115400635147687 I am
I have an app called static HTML (https://apps.facebook.com/static_html_plus/?ref=ts) installed on a page of mine..
I'm creating a new rails app for my business, and I just finished a
I am creating application in facebook using iframe. In that i want to redirect
i am creating a music application and i want to integrate facebook into my

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.