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.

Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool for Java projects. It provides a rich set of standard tasks for performing most common build operations, such as compilation with javac, building archives and running tests. Ant's functionality can be extended through custom ...

learn more… | top users | synonyms (1)

0
votes
1answer
111 views

Air Native Extension + Facebook SDK + FacebookSDKResources.bundle = not working

I can't add the resources from FacebookSDKResource.bundle in my ANE project. For exemple, when I open a Facebook dialog(FBDialog.m), there is no close button which is in this bundle. The close button ...