I want to add com.phonegap.plugins.facebookconnect
to my PhoneGap build android app but I unable to do it.
In doc site they say to add
<gap:plugin name="com.phonegap.plugins.facebookconnect">
<param name="APP_ID" value="..." />
<param name="APP_NAME" value="..." />
</gap:plugin>
in config.xml
file but there is 3 config.xml
files in PhoneGap build folder and even when I add it what than? There should be files added to project like cdv-plugin-fb-connect.js
and facebook-js-sdk.js
so I can include them in index.html but none of files are added to project. How can I manage that?