Hi everyone!
For a few days i'm trying to get the Facebook Connect Plugin working on iOS. I followed every step from https://github.com/phonegap/phonegap-... and it seems not to work with the online PhoneGap Build tool.
When i directly run the app from Xcode on my iPhone 4 the Facebook Connect Plugin works! But when i try to build it with PhoneGap Build and install it on my iPhone by the QR code the Facebook Plugin does nothing and shows also no error message...
In my config.xml i use the following code:
<plugins>
<plugin name="com.phonegap.facebook.Connect" value="com.phonegap.facebook.ConnectPlugin" />
</plugins>
I use PhoneGap 2.9.0
Hope someone can help me with this :)
For a few days i'm trying to get the Facebook Connect Plugin working on iOS. I followed every step from https://github.com/phonegap/phonegap-... and it seems not to work with the online PhoneGap Build tool.
When i directly run the app from Xcode on my iPhone 4 the Facebook Connect Plugin works! But when i try to build it with PhoneGap Build and install it on my iPhone by the QR code the Facebook Plugin does nothing and shows also no error message...
In my config.xml i use the following code:
<plugins>
<plugin name="com.phonegap.facebook.Connect" value="com.phonegap.facebook.ConnectPlugin" />
</plugins>
I use PhoneGap 2.9.0
Hope someone can help me with this :)


