CDogs1964 No, my friend. You have to set up test app within the app on your facebook developer. You created an app on the account but it's not live yet. It's still in development phase, in order to make the app work you will have to create a test app under the 'Test Apps' column of your app. Now, provide the test app ID in C2 and replace the code in Intel XDK with
<intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-facebook" intelxdk:value="https://github.com/cranberrygame/cordova-plugin-facebook" >
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='311180863621111' />
<intelxdk:param intelxdk:name='APP_NAME' intelxdk:value='Avoid Bird' />
</intelxdk:plugin>
Build the app and test it. It should work now.