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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:24:18+00:00 2026-05-24T03:24:18+00:00

I seem to recall that after the publicized privacy concern with Facebook Apps and

  • 0

I seem to recall that after the publicized privacy concern with Facebook Apps and leaked User IDs that Facebook announced it was considering a change. This change, if I recall, would be that Apps would receive rewritten User IDs instead of actual User IDs. Did anything come of this? Links to official statements and/or developer documentation clarifying this would be appreciated.

In short, I would like to build out two separate applications that are closely related to one another, and I want to be able to cross-reference User IDs between these two applications (if possible). Is there a best practice for doing this?

  • 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-24T03:24:20+00:00Added an answer on May 24, 2026 at 3:24 am

    Take a look at this blog post that should provide some guidance.
    https://developers.facebook.com/blog/post/431/

    Currently, we pass iframe applications the fb_sig_user query string parameter in the URL. This allows the application to identify the user and create customized, social experience. Due to the way browsers work, this information in the URL can be inadvertently passed in the HTTP Referrer header when someone clicks a link within the iframe.

    Our initial proposal to address this issue used encryption as a means to protect against this inadvertent sharing, but still passed this encrypted UID in the URL. After talking with the community, we have updated our proposed solution to use a different mechanism that provides better protection for users while minimizing the impact on existing applications and eliminates the need to use encryption libraries.

    In short, this new proposal embeds the UID in a HTTP POST body ensuring that it will not be exposed in any HTTP Referrer header whatsoever (encrypted or otherwise). We do this by creating a <form/> element targeted at the application Canvas URL:

     <form target="canvas_iframe" action="http://example.com/" id="canvas_form">
         <input name="fb_sig_user" value="1234" type="hidden" />
     </form>
     <iframe name="canvas_iframe"></iframe>
     <script>
         document.getElementById("canvas_form").submit()
     </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I seem to recall hearing at some point (I believe it was MIX09) that
My memory is fuzzy but I seem to recall that Windows Vista introduced an
I seem to recall that there was a plugin or Rake snippet that would
I seem to recall that there is a Firefox or Chrome plugin that allows
I seem to recall an online script that refactors JavaScript for the purpose of
I seem to recall that it is not safe to trust the value of
I seem to recall reading somewhere that the cost of a virtual call in
I recall reading on php.net (although unfortunately can't seem to find the page) that
I seem to recall that there is an HTML tag that escapes absolutely everything
I do not remember how to do this, but I seem to recall that

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.