Sorry everyone, but I need some help…
I’ve tried everything that I can think of, but I cannot get the iOS version of my app to post to the user’s facebook wall. The Android version posts to the wall without problem.
I checked everything, read this 1000 times, but no luck. What happens is that a blank FB window opens, and returns back to my app.
Here’s my build.settings:
settings = {
orientation = {
default = "portrait",
supported = { "portrait", "portraitUpsideDown"}
},
iphone = {
components = {},
plist = {
UIApplicationExitsOnSuspend = false,
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
"fb-----------", -- real fb app number here
}
}
},
-- For Android:
android =
{
versionCode="22",
versionName="2.2",
},
androidPermissions = {
"android.permission.INTERNET",
},
}
Does anyone have any ideas? I’m at a loss here.
Thanks! [import]uid: 114363 topic_id: 30716 reply_id: 330716[/import]
