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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:50:34+00:00 2026-05-30T10:50:34+00:00

I have recently come across the same hanging ‘XD Proxy’ in all browsers when

  • 0

I have recently come across the same hanging ‘XD Proxy’ in all browsers when attempting to login through a public site via Facebook Connect and only experienced this the day before yesterday.

When attempting to login normally via Facebook Connect button via the ‘Log In’ button, we encounter the hanging dialog popup at the address bar.

The url at the address bar of the XD Proxy popup is follows:

https://s-static.ak.fbcdn.net/connect/xd_proxy.php?version=3#cb=feac6ba71b83ac&origin=https%3A%2F%2Fwww.example.com%2Ff29dcc19c684c1c&relation=opener&transport=postmessage&frame=f366e3c5d4f85d2&access_token=AAAAAQXuZAol4BAFcZBEZBPNw1qFN7liSfzgd8brqPstvo1yFiVbG4xymW9CEIohr6vczV20CK27xEP6JUYOObgZCLzxWPDKoxbtvi4vSdnYMr8QZAc4P2&expires_in=6819&signed_request=4i2nufVfL0dZkQS0K8gbPeKfT5LOviSk89Kpaxunfs4.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsImNvZGUiOiJBUUJvUzBHaHVlVEhmNWMzTEd5bW9TT21jSlYtblJ4eEViX3Q5WjlWTDVCZDBCMk4tZThYeG9lZ2VwUDJGQ3JnTFZZS0FINU1wSUY5cTVLNEFkR0JHMmpjNFdLVW80OHEwbG5ITG83eE9LaGM1M0tic0lXd2VsVFU5Mkhzejh1V2dxOFRRTjA4YVhpRVdfTFRsQ29oZFpfU090MnVWY3l3Zzh2LTQ1c0lwSHVkdC1SSENEc3hmeWtISm9feWMtNUNaNmciLCJpc3N1ZWRfYXQiOjEzMjkyODk1ODEsInVzZXJfaWQiOiIxNjgyNjI3MjU3In0

The following is a code snippet is my ‘Init’ code:

  $(document).ready(function () {

        window.fbAsyncInit = function () {
            FB.init({
                appId: ConfigAppID, // App ID
                channelURL: '//exampleurl/channel.html', // Channel File (note I have not put http: or https: here as this was suggested by a user on the facebook bug forum pertaining to this issue
                status: true, // check login status
                cookie: true, // enable cookies to allow the server to access the session
                oauth: true, // enable OAuth 2.0
                xfbml: true  // parse XFBML
            });

            // Additional initialization code here
        };

        // Load the SDK Asynchronously
        (function (d) {
            var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; }
            js = d.createElement('script'); js.id = id; js.async = true;
            js.src = "//connect.facebook.net/en_GB/all.js";
            d.getElementsByTagName('head')[0].appendChild(js);
        } (document));

    });

My auth code snippet is a follows:

 <input type="image" src="assets/images/btn_enter.gif" class="button" value="Enter Competition" onclick="fb_authorise()" />

Definition of fb_authorise() is as follows:

function fb_authorise() {

    FB.login(function (response) {

        if (response.authResponse) {

            console.log('fb_authorise() - authorsied ');
            window.top.location.href = 'www.facebook.com/pages/exampleTestPage/171655142343955?sk=app_242716140284588';

        } else {
            console.log('fb_authorise() - not authorsied');
        }

    }, { scope: 'email' });

    return false;
}

I can 100 percent confirm my code has no hacks or workarounds (this code was always working until about 2 days ago)

After applying the code snippet above, I cleared my browser cache to ensure that all resource is reloaded by the browser (a suggestion by a facebook user on the facebook bug forum), however I am still getting the hanging dialog.

We are experiencing this issue (hanging popup) on all browsers.

Has anyone found a solution for this? I know there is already a support person at Facebook looking into the issue as of 9 February 2012. But any earlier suggestions of a permanent fix is welcomed as we require an urgent fix!!!

  • 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-30T10:50:35+00:00Added an answer on May 30, 2026 at 10:50 am

    that happened to me once and I took out the channelUrl and it fixed it

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

Sidebar

Related Questions

I have recently come across SCALA while going through the designs of twitter and
I have recently come across a situation where code is dynamically loading some libraries,
I have recently come across an interesting question on strings. Suppose you are given
My co-worker and I have come across this warning message a couple times recently.
Possible Duplicate: What is the “??” operator for? I have recently come across the
I have recently come across a number of projects where developers have been leaving
I have recently come across numeric literals such as 10! and 50# in Visual
I have recently come across a very simple Typed DataTable (without using a .XSD)(I've
Ive come across a nice problem recently, I have a Map LinkedHashMap<String, List<MyCustomObject>> I
I have recently come across the LESS Leaner CSS a template engine for CSS

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.