• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

https://facebook.com won't load in HTML control

New Here ,
May 06, 2014 May 06, 2014

Copy link to clipboard

Copied

We have an AIR app that has an integrated browser that loads https://facebook.com - that's been working perfectly fine for 6 months until this week...


When the user is logged into Facebook, they are only presented with an outline of the main page, it appears as though the JS that should be loading the content is not running.

In the debug console I can see the following:

ReferenceError: Can't find variable: console

at https://fbstatic-a.akamaihd.net/rsrc.php/v2/yX/r/5dPiML6oH_C.js : 95

x at https://fbstatic-a.akamaihd.net/rsrc.php/v2/yX/r/5dPiML6oH_C.js : 95

TypeError: Result of expression 'bigPipe' [undefined] is not an object.

TypeError: Result of expression 'bigPipe' [undefined] is not an object.

TypeError: Result of expression 'bigPipe' [undefined] is not an object.

TypeError: Result of expression 'bigPipe' [undefined] is not an object.

TypeError: Result of expression 'bigPipe' [undefined] is not an object.

I've tried the following:

- trapping HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION

- changing the user-agent to something other than the default

I know that bigpipe is some kind of loader, but I wonder why that doesnt seem to work in the html control??

Please see the attached image.

Does anyone have any ideas as to why we can no longer render Facebook in the HTML control?

Is there a workaround I could implement?

Thanks!

Phil

Screen Shot 2014-05-06 at 08.00.56.png

TOPICS
Development

Views

856

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 21, 2014 May 21, 2014

Copy link to clipboard

Copied

Hi X1GGE

     I was facing same issue two days back ...  and come to know that some one else is facing same problem.

[Problem Desc]

--  my application upload image to Facebook. when new user try to upload his pic.. Facebook app authentication popup comes by default... but last few days same blank window was coming.


[manual solution]

--  When you click in the search text box of the Facebook page then you will find the popup will appear


[Code]

-- it is working for me but this is not a solution. write down this line at loder complete handler method.

htmlLoader.window.document.getElementById('u_0_b').getElementsByTagName('input')[0].focus();





all the best.


Ranjan.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 22, 2014 May 22, 2014

Copy link to clipboard

Copied

I am experiencing the same issue. I am searching for a fix / workaround

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 22, 2014 May 22, 2014

Copy link to clipboard

Copied

LATEST

When using www.facebook.com this issue occurs. When using touch.facebook.com it does not ..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines