Facebook simple Post

Hi i have been stuck with this issue for days and I can’t figure out whats wrong. I use GGFacebook lib. I also tried using the one in Technorati. I have already have the Single Sign On set up following the blog post. My problem is that when the facebook window pops up on my App it always tell me that my App was not configured properly and is missing the Bundle ID. I have already setup a new App in facebook even tried to re-create it without joy. I used the Bundle ID and the App Store ID from my iTunes (the App is already active just trying to put score posting on facebook) also I set up log-in to enabled. Been trolling the forums and tutorials lately but it seems I cant find a solution not sure whether the problem lies with my app or my set-up in facebook. Hope someone can help me.

[import]uid: 147050 topic_id: 33639 reply_id: 333639[/import]

Did you put appID in build.settings correctly as shown in the sample in CoronaSDK > SampleCode > Network > Facebook? [import]uid: 52491 topic_id: 33639 reply_id: 133790[/import]

Can you post a screen shot of your FB app settings page?

People sometimes put in:

8ABC1743.com.mysite.myapp

You only need

com.mysite.myapp

and this much match the bundle ID used by the provisioning profile you’re building with. [import]uid: 199310 topic_id: 33639 reply_id: 133792[/import]

Hi Peach

I think I did the build settings properly even went as far as to copy and paste the entire build.settings then replaced the fbXXXXXXXX with my fb12343948905679
and Rob here is how I set-up the screen I have for the native IOS App and Android both seems to be not working

Many Thanks [import]uid: 147050 topic_id: 33639 reply_id: 133828[/import]

Your URL schema in build.settings needs to be: fb519274684
just in case you missed that bit. You need to make sure there are no errors (missing commas and such in your build.settings) and that the provisioning profile used to build the app us using the bundle ID of com.dan.PinonyQuiz

On the android side, I would change the package name to match the bundle ID. Then it’s really tricky to get the hash key right. Look in the logfile using adb logcat and see the error from facebook and copy the hash key from the log. Facebook tells you the right one to use.

Those are the things that stand out as possibilities.
[import]uid: 199310 topic_id: 33639 reply_id: 133846[/import]

Did you put appID in build.settings correctly as shown in the sample in CoronaSDK > SampleCode > Network > Facebook? [import]uid: 52491 topic_id: 33639 reply_id: 133790[/import]

Can you post a screen shot of your FB app settings page?

People sometimes put in:

8ABC1743.com.mysite.myapp

You only need

com.mysite.myapp

and this much match the bundle ID used by the provisioning profile you’re building with. [import]uid: 199310 topic_id: 33639 reply_id: 133792[/import]

Hi Peach

I think I did the build settings properly even went as far as to copy and paste the entire build.settings then replaced the fbXXXXXXXX with my fb12343948905679
and Rob here is how I set-up the screen I have for the native IOS App and Android both seems to be not working

Many Thanks [import]uid: 147050 topic_id: 33639 reply_id: 133828[/import]

Sorted the problem out. I was using a development profile instead of Adhoc. So my iPhone app is now working with facebook. Still working on the hash key for android
[import]uid: 147050 topic_id: 33639 reply_id: 134059[/import]

Your URL schema in build.settings needs to be: fb519274684
just in case you missed that bit. You need to make sure there are no errors (missing commas and such in your build.settings) and that the provisioning profile used to build the app us using the bundle ID of com.dan.PinonyQuiz

On the android side, I would change the package name to match the bundle ID. Then it’s really tricky to get the hash key right. Look in the logfile using adb logcat and see the error from facebook and copy the hash key from the log. Facebook tells you the right one to use.

Those are the things that stand out as possibilities.
[import]uid: 199310 topic_id: 33639 reply_id: 133846[/import]

Sorted the problem out. I was using a development profile instead of Adhoc. So my iPhone app is now working with facebook. Still working on the hash key for android
[import]uid: 147050 topic_id: 33639 reply_id: 134059[/import]