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.
A Cordova plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.
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 ...
0
votes
1answer
49 views
Facebook Javascript SDK: Publish actions with custom Open Graph objects
I'm working on my Cordova application to get it more viral. Therefore I want to include Facebook and the Open Graph API to publish in the news stream of playing users, when they archive new things in ...
1
vote
1answer
212 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
100 views
iOS Facebook Login from Phonegap application crashes app
I use facebook-connect as a plugin in my phonegap (cordova 2.5) application on iOS. It worked all well, we tested the application on various devices and released it to the store. It passed the review ...
0
votes
0answers
58 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 ...
0
votes
1answer
146 views
Cordova/Phonegap 2.5 + Sharekit Plugin + FacebookConnect
I'm developing an app using cordova phonegap 2.5.0 and I want to implement both sharing in iOs and facebookConnect. I'm using Sharekit 2 + Sharekit Plugin for phonegap and i'm having no issues with ...
1
vote
0answers
43 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
0answers
128 views
Phonegap cordova 2.3.0 phonegap-facebook-plugin
I am trying to setup the facebook connect plugin on my ios phonegap applications, I followed the steps in the link below
https://github.com/phonegap/phonegap-facebook-plugin
and completed it 100% ...
0
votes
0answers
35 views
Facebook Login redirect with group id string response
I am trying to get it so when the user logs in with Facebook and I get the graph api response with the group id, it redirects to a certain page if the group id matches. This is to ensure those users ...
0
votes
1answer
45 views
Facebook Login only allow users with group id string
You cannot as of 4/23/2013 do what I'm asking. One thing you can do instead is write JS code that redirects to a certain page based off of the Group ID received from the login dialog.
I am making a ...
0
votes
0answers
33 views
facebook login not working for the first time in ios
I am trying to integrate Facebook Login in my Sencha application.
The problem is when I click on facebook login button which calls the promptLogin() function of Facebook, facebook login screen is not ...
0
votes
0answers
62 views
How to share a Facebook with phone gap app? [closed]
Please provide me a proper link for the FB integration with phone gap for all devices.If possible do with some examples.
1
vote
0answers
283 views
Facebook Login on PhoneGap, nothing happens
WHAT I WANT TO ACHIEVE
I am trying to run the sample app included in the PhoneGap Facebook Plugin in Android.
PROBLEM
Upon clicking on "Login", a dialog asks for my permission (screenshot), but ...
2
votes
0answers
80 views
Video can not play in facebook share by flowplayer
I would like to share video on facebook from my android phonegap applicatoion. It can share video with picture in facebook. But can not play the video. I integrate flowplayer. I upload ...
0
votes
0answers
55 views
facebook comments are not shown its whole list in phone gap
i'm trying to put Facebook comments into my phonegap app on iOS using facebook cordova sdk.
i've already included Facebook_js_sdk.js and cdv-plugin-fb-connect.js.
also, i added below code right after ...
1
vote
1answer
138 views
cannot call split of undefined when using facebook connect plugin for phonegap
I'm getting an issue when trying to call the FB.login() function.
The stack trace indicates that the facebook connect plugin is initialized correctly but when I try to call the login function I get ...
1
vote
0answers
378 views
Facebook Login with PhoneGap/Cordova App
I recently integrated the phonegap-facebook-plugin (https://github.com/phonegap/phonegap-facebook-plugin) into both iOS and Android (same app).
I want to do something that I believe to be simple: ...
0
votes
0answers
85 views
Facebook login phonegap is lost when I change page
I'm using PhoneGap-Facebook-plugin, and it's working quite well, I have no problems to do the login and get access to the token. But when I change the html page (window.location = 'page.html';), and ...
1
vote
1answer
423 views
phonegap-facebook-plugin: only works when native FB app is not installed (Android)
I'm using a plugin to have a facebook-login option in my Phonegap app: https://github.com/phonegap/phonegap-facebook-plugin.
I've followed all the steps in the Android 'getting started' and everything ...
2
votes
0answers
155 views
Hackbook Example Hangs and nothing happens on iOS [closed]
I have followed the instructions on https://github.com/phonegap/phonegap-facebook-plugin and I have managed to set up the project for HackBook ( iOS ).
My environment is as follows:
1) xcode: ...
1
vote
1answer
377 views
PhoneGap Facebook Connect Plugin on iOS
I was wondering if any succeeded with the instructions at : https://github.com/phonegap/phonegap-facebook-plugin ?
My environment is as follows:
1) xcode: Version 4.5.1 (4G1004)
2) Phonegap: 2.5
3) ...
1
vote
0answers
70 views
Android Facebook SDK - part of the post remains not shown
I'm using phonegap-build / FacebookConnect
Everything works correctly but when I put some post using Android app on the Facebook wall, most of the text remains not shown. There is not even "see more" ...
0
votes
1answer
231 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
1answer
231 views
Can is use javascript facebook SDK for phonegap apps?
I am not sure whether my question is appropriate or not.
I am integrating facebook for the first time and also for the for first my app is multi-platform.
I am integrating facebook in my app for ...
2
votes
2answers
609 views
phonegap facebook plugin
I'm doing a project using phonegap 2.4 and the latest facebook plugin
https://github.com/phonegap/phonegap-facebook-plugin
my problem is with posting to the user wall feed, I'm able to authenticate ...
0
votes
1answer
168 views
Unable to locate command :: org.apache.cordova.facebook.Connect
Windows Phone 7 app development with cordova 2.3.0. I get the error 'Unable to locate command :: org.apache.cordova.facebook.Connect' on FB.login. I started off with the code base that works fine in ...
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 ...
1
vote
2answers
1k views
phonegap-plugin-facebook-connect: Login not working
this.FBlogin = function() {
console.log("TEST");
FB.login(
function(response) {
console.log(response);
if (response.session) {
...
0
votes
1answer
362 views
Integration with facebook using phonegap
I am using sencha touch with phonegap. I am recently facing an issue with my app i.e. it needs integration with facebook. I am following the link
...
17
votes
3answers
8k views
com.facebook.sdk error 2 on iOS
I have a Phonegap app that runs on both iOS and Android. The app has a Facebook login feature which worked until a few days ago. A few of our beta testers have reported an 'The operation couldn't be ...
0
votes
0answers
128 views
Phonegap Facebook connect plugin issue when users revokes Facebook permission
ios6 & 2.1 pg integration gives an error in login when the permission is revoked.
I the ios6 and 2.1 pg on branch pg2.1-ios3.1. If I revoke the facebook privacy permission in settings, then do an ...
0
votes
3answers
1k views
PhoneGap/Cordova 2.2.0 Facebook plugin On IOS FB.init fail
I'm Developing a PhoneGap 2.2.0/IOS app and need to use FaceBook plugin' i followed the install process as described in GIT, when i use the "simple" sample from the example folder
i get the device ...
1
vote
2answers
551 views
how to send and receive data between phonegap child browser to main application
I'm working on a Facebook login authentication in a Phonegap child browser. For that externally I have a page that can initiate authentication process and redirects back after authentication (let's ...
0
votes
2answers
222 views
SIGABRT error in Facebook iOS SDK 3.1 Tutorial
I'm trying work phonegap facebook connect plugin facebook SDK 3.1 but its doesnt work!
libsystem_kernel.dylib`__pthread_kill:
0x973dca60: movl $524616, %eax
0x973dca65: calll 0x973de4c2 ...
2
votes
2answers
476 views
phonegap facebook plugin not working when compiled with build.phonegap.com
I developed a phonegap application with facebook login integration using "https://github.com/davejohnson/phonegap-plugin-facebook-connect". when I run the application using emulator or by connecting ...
0
votes
0answers
177 views
Phonegap facebook plugin 1.4.1
I use the "Simple" example of the FB connect plugin with phonegap
1.4.1.
I can login.
But I can't post a feed with
function facebookWallPost() {
console.log('Debug 1');
...
1
vote
1answer
443 views
Facebook Connect and Cordova 2.1.0 - 'CallbackId' not found
Hi I have been trying to install the new facebook connect plugin on Cordova 2.1.0
I have tried 4 new projects and followed the instructions on Github, but maybe I am missing something.
I keep getting ...
0
votes
2answers
303 views
how to get facebook news feed on android with phonegap?
I've been playing with phonegap's android facebook plugin. The hackbook example did not specify how to get news feed for a user from facebook. Is there an API for doing this? I've done extensive ...
0
votes
1answer
227 views
iOS PhoneGap/Facebook Authentication Doesn't Complete
I'm new to both PhoneGap and Facebook Authentication and am trying to get the simple example that was provided in the phonegap-plugin-facebook-connect git hub project to complete authentication. I'm ...
2
votes
0answers
288 views
phonegap 2.1.0 facebook connect plugin fails on init! on Android
My code below works fine on the eclipse android simulator. But when I build a android apk using phonegap build at https://build.phonegap.com/ and open it on my incredible 2, I get this popup error ...
0
votes
2answers
683 views
NSInvalidArgumentException error with Phonegap 2.1 and facebook plugin
I've been following the facebook phonegap plugin install instructions here: https://github.com/davejohnson/phonegap-plugin-facebook-connect.
After taking my time and follow every step very closely, I ...
0
votes
0answers
225 views
facebook ios api returning 400 error in phonegap
Yesterday I added a facebook login into my phonegap(cordova) app using this plugin https://github.com/mgcrea/cordova-facebook-connect
It was working, until a few hours ago, I started getting Error: ...
-1
votes
1answer
116 views
Facebook for Phonegap Java error - missing superclass
Im using PhoneGap version 2.1 and tried to incorporate the facebook-phonegap plugin ( https://github.com/davejohnson/phonegap-plugin-facebook-connect )
I followed the step by step tutorial but i ...
6
votes
3answers
2k views
PhoneGap 2.1 and Facebook SDK 3.1 on iOS - com.facebook.sdk Error 2 on device
I have just updated my PhoneGap iOS app to the latest version 2.1.
Since it uses Facebook login I also updated the Facebook Connect Plugin as showed here.
The Facebook login runs smoothly on the ...
2
votes
2answers
804 views
Phonegap Facebook new plugin for IOS using cordova2.0.0
I am integrating Facebook share feature on IOS using phonegap. I found the link https://github.com/davejohnson/phonegap-plugin-facebook-connect. In this an updated facebook-ios-SDK is provided. I ...
1
vote
1answer
586 views
facebook connect + Phonegap
I followed the phonegap plugin to integrate facebook using
https://github.com/davejohnson/phonegap-plugin-facebook-connect#ios-mac-os-x
It works well.But when I try to make the build or ipa file ...
0
votes
1answer
662 views
iOS phonegap-plugin-facebook-connect vs Faceboook iOS Application
I've been trying to make phonegap-plugin-facebook-connect cordova plugin Simple example work, and i've experienced a weired problem.
First I had the Facebook iOS application on my iphone:
On my ...
1
vote
1answer
276 views
How to get Friend's Birthdate List From Face Book API using phonegap
i am using phonegap-facebook connect plugin from
GITHUB
it's a nice guideline.i have followed that and i am able to fetch friend name list when i login via facebook.and i am using this html ...
0
votes
0answers
472 views
cant login to facebook in android applications - FB dialog is opened but keep “loading”
I have mobile app (for android) with Facebook login (FB SDK).
It worked fine , and it stopped working - the dialog for login is opened but it keep "loading".
I tried it on another app - same result ...
0
votes
0answers
541 views
Clicking Facebook “like” from phonegap application leads to a blank page
I have my phonegap application where I am connecting to facebook.I have a like button, on click of which I want an event to be fired and notification to be sent to my facebook page. But on the other ...

