Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

WebKit is an open source web browser engine that powers Google Chrome, Apple Safari, and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian and WebOS.

learn more… | top users | synonyms

0
votes
0answers
22 views

Loading Flash object in Facebook tab causes inline text to change in Safari

If you create a new app in Facebook pointing to an HTML page with only the code below, you will see an obvious change in font-smoothing in the paragraph after the Flash object loads. This only occurs ...
3
votes
2answers
2k views

Facebook Javascript SDK login problems in Chrome/Safari (webkit) - Unsafe Javascript attempt

Similar questions have been asked, but the solutions to those problems don't seem to help me. I've got a local development site set up running on a virtual machine: http://lamp.site When the ...
0
votes
1answer
289 views

Objective-C WebKit framework to get access token from Facebook

I had found some info in internet that it is possible to get access token from Facebook through WebKit framework. Is it true? If yes, then how to do it?
2
votes
1answer
3k views

Is this a Facebook for iOS WebView User Agent?

I'm looking through some logs trying to explain some "interesting" behavior and I'm seeing some users come to my application with a user agent similar to this one: Mozilla/5.0 (iPad; U; CPU iPhone OS ...
1
vote
1answer
335 views

Real iOS browser simulation

I'm looking for a way to run a real iOS browser simulation environment on Windows. All of the simulators Iv'e looked at so far (online simulator and adobe Air) emulate Webkit but don't come with the ...
0
votes
0answers
273 views

Crash in WebCore when opening a Facebook Dialog

I am using Facebook SDK to open a dialog that user can use to post a comment on another user's Facebook timeline. Sometimes the application crashes at the exact point of opening the Facebook dialog. ...
4
votes
1answer
403 views

pyqt, webkit and facebook authentication?

Are there any examples how to authenticate your desktop Facebook application using PyQT and embedded webkit? This is to provide better user experience than opening Facebook authentication page in a ...
3
votes
2answers
10k views

Facebook Like button for mobile web

Is there a way to add the Facebook Like button on mobile web? (iPhone & Android only is ok) Is there any mobile sites out there that already do that? Would love to see it in action.
118
votes
5answers
56k views

“Unsafe JavaScript attempt to access frame with URL…” error being continuously generated in Chrome webkit inspector

Chrome (or any other webkit browser) throws a ton of these "Unsafe JavaScript attempt to access frame with URL..." when working with the Facebook API for example. It doesn't interfere with actual ...