AndreasR
Could you help me out with this. I downloaded the PhonegapFacebook_2.0.4. I loaded up the example file, put in my app id and app name into the plug in. I exported using Cordova and loaded into IntelXDK using Import Existing Html files. I swapped out the code for this
<intelxdk:plugin intelxdk:name="https://github.com/Wizcorp/phonegap-facebook-plugin#d8b0f6935a7c6e586188bf85f9da88a1c160790b" intelxdk:value="https://github.com/Wizcorp/phonegap-facebook-plugin#d8b0f6935a7c6e586188bf85f9da88a1c160790b" >
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='YOUR_FACEBOOK_APP_ID' />
<intelxdk:param intelxdk:name='APP_NAME' intelxdk:value='YOUR_FACEBOOK_APP_NAME' />
</intelxdk:plugin>
I put in my app ID and name. But I keep getting build failed. On the build log it says the plug in was installed. But when I check the full log theres multiple erros that say com.facebook do not exist. I have no idea why I'mm getting this error. Im using Crosswalk for Android on export.
If i use the PhonegapFacebookPB plugin with the example file the build works correctly. The only thing is I can't stand the Check Failure error any time you preview or export in Construct.