PhoneGap Build - Facebook Connect (Part 3)
After helping many people with Part 2
there is the time to update the guide. If using PG > 2.9 you have to slightly change your config.xml for PhoneGap's build service. The correct syntax now is the following:
<gap:plugin name="com.phonegap.plugins.facebookconnect">
<param name="APP_ID" value="YOUR_FB_APP_ID" />
<param name="APP_NAME" value="YOUR_FB_APP_NAME" />
</gap:plugin>
No comments:
Post a Comment