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.

Phonegap Build is an adobe product to support multiple mobile platforms from single code-base.

learn more… | top users | synonyms

0
votes
0answers
12 views

Any Ideas on Rendering HTML to an Image or Screenshot to Image on Phonegap Build?

I've been doing some research and I came across this little number: http://www.xpertdeveloper.com/2012/10/webpage-screenshot-with-html5-js/ that allows you to turn HTML into a blob (essentially as a ...
1
vote
0answers
64 views

PhoneGap Build + Facebook Plugin - iOS App Crashes when posting to wall w/ PG 2.5.0 (worked w/ 2.2.0)

See below: I've been able to recreate the problem with the Simple and Hackbook examples. My iOS app's facebook integration was working just great with PhoneGap 2.2.0. Once I updated the app to ...
1
vote
1answer
214 views

FacebookConnect plugin with phonegap adobe build not working

I have a Phonegap projct which is being built with adobe build. I want to integrate FacebookConnect as per this git / tutorial page : https://github.com/phonegap-build/FacebookConnect This is my ...
0
votes
1answer
61 views

Facebook “error 2” with Phonegap Build Facebook Connect Plugin on ios

OK, I'm experiencing the "Error 2" problem and there are lots of questions / answers about this on this site. Here's a very well put-together one: com.facebook.sdk error 2 on iOS However, while ...
1
vote
1answer
45 views

Phonegap Build Facebook Plugin Irregularities on First 2 Loads

OK, I'm stuck. I'm on JQuery 1.9.1, JQuery Mobile 1.3.1, and Phonegap Build (currently running Phonegap 2.5.0). I'm also using Phonegap Build's Facebook plugin. Now, the good part -- it works. ...
0
votes
1answer
233 views

PhoneGap.Build example com.facebook.sdk error 2

Bulding via phonegap.build service simple example(https://github.com/phonegap-build/FacebookConnect/tree/master/example/Simple) from this repo + my config.xml (https://gist.github.com/zulman/5070388) ...
0
votes
0answers
87 views

.error for FB.api

I am using FB.api to do a facebook request. I am handling the response like this: FB.api('/11111/scores', function(response) { // request /APP_ID/scores if (!response || response.error) { // user not ...
0
votes
1answer
556 views

Add facebook iOS SDK without Xcode for a Phonegap Build app

I've been able to successfully build my iOS app without using Xcode. My app is a collection of HTML, CSS, and Javascript, along with my config.xml that I'm able to compile with Phonegap Build. The ...