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.

JDK or Java Development Kit is a set of tools that Oracle, formerly Sun Microsystems, provides for developing Java applications.

learn more… | top users | synonyms

4
votes
4answers
577 views

Uncaught Error: No polyfill registered for object Facebook JDK

I am getting the following error using the Facebook JDK for Login, pretty sure this has only just started happening within the last 1 or 2 days, is anybody experiencing this aswell? Here is my JS code ...
0
votes
3answers
1k views

is it possible to proccess JSON responses with the JDK or HttpComponents only?

we are upgrading our web app to use Facebook's Graph API, which returns JSON responses. However we don't want to add dependecy to a JSON library unless we have no other choice. For server-side http ...