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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:43:27+00:00 2026-05-26T17:43:27+00:00

I have this facebook application which adds a custom tab to fan pages. You

  • 0

I have this facebook application which adds a custom tab to fan pages. You access the tab by an URL like:

http://www.facebook.com/pages/PAGE-NAME-HERE/PAGE-ID?v=APP-ID

I want to be able to add some extra get parameters to that URL, but it seems they don’t get passed correctly because facebook is filtering them. Is there a way to pass those parameters? Even not via GET but some other kind of technique.

  • 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-05-26T17:43:28+00:00Added an answer on May 26, 2026 at 5:43 pm

    If you want to pass multiple querystring params though the app_data param, you can urlencode it.

    All querystring params that need to propagate through a Facebook tab should be url-encoded in the app_data var.

    In other words, the "&" and the "=" need to be url-encoded (especially if passing more than one param).

    Examples

    GOOD TAB URL (this passes all 3 params):

    https://www.facebook.com/pages/yourpagename/56789?sk=app_12345&app_data=var1%3D123456789%26anothervar%3Drawr%26athird%3Dmeow

    In the app_data from this signed request, I got this value: var1=123456789&anothervar=rawr&athird=meow

    BAD TAB URL (this passes only the first param through the signed_request):

    https://www.facebook.com/pages/yourpagename/12345?sk=app_56789&app_data=var1=123456789&anothervar=rawr&athird=meow

    In the app_data from this signed request, I ONLY got this value: var1=123456789 (Facebook dropped the rest)

    You can even give your media team instructions like this =)

    Media team,

    Here is an online utility to urlencode the querysting data you want to
    embed in the app_data param: http://meyerweb.com/eric/tools/dencoder/

    Base Url: https://www.facebook.com/pages/yourpagename/12345?sk=app_56789&app_data=

    Steps:

    1. Go to http://meyerweb.com/eric/tools/dencoder/
    2. Type var1=123456789&anothervar=rawr&athird=meow in the box
    3. Hit the Encode button
    4. You’ll get var1%3D123456789%26anothervar%3Drawr%26athird%3Dmeow which becomes your app_data param. Append that to the baseUrl noted above like this:
      https://www.facebook.com/pages/yourpagename/12345?sk=app_56789&app_data=var1%3D123456789%26anothervar%3Drawr%26athird%3Dmeow (this is the URL with the tracking params for the [banner ad] [online media] [etc])

    p.s. Querystring params in non-tab pages are handled fine (https://apps.facebook.com/yourappname/Canvas.aspx?var1=123456789&anothervar=rawr&athird=meow does not strip out qs params like what happens in the Tab, for example).

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

Sidebar

Related Questions

I have this link which i need to translate in a php variable. http://www.facebook.com/dialog/apprequests?app_id=346824075388300&to=1149862205&message=Facebook+Dialogs+are+so+easy%21&redirect_uri=http%3A%2F%2Fpenelope-ns.net%2Ffb%2F
I have a facebook application and a tab page which links http://localhost/a/index.php , I
I have this Facebook application profile page: http://www.facebook.com/developers/editapp.php?app_id=122313254494566#!/apps/application.php?id=122313254494566 which is associated with my iframe-based
I have an application which uses offline_access to get permanent access to different pages.
I am developing an application which posts videos to Facebook. I have registered this
I have created a facebook application which can server both http and https users.
I have developed a Facebook application using Flash as3. In this application when ever
I have this code in a .html.erb file: <script src=http://connect.facebook.net/en_US/all.js#xfbml=1></script> <script> FB.Event.subscribe('edge.create', function(response) {
I am currently redirecting to this: https://graph.facebook.com/oauth/authorize?client_id=305384546164461&redirect_uri=http://www.eeisi.com/bridge/auth.php&type=web_server&display=page&scope=publish_stream,%20user_about_me,%20user_likes,%20email I have no idea why I am
I have a facebook app that I authenticate using a general-purpose authentification. Like this:

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.