facebookErrDomain error 10000

Hi,

My App is on the iOS App Store and up until yesterday was working fine on my iPad.

Suddenly when trying to post a image to FB using my app, I get the above error.

The code am using is identical to this tutorial -

http://blog.anscamobile.com/2011/12/uploading-photos-to-facebook-in-corona/

The messages that popup are -

native.showAlert( “Success”, “The photo has been uploaded.”, { “OK” } )

Then the error message (facebookErrDomain error 10000)

native.showAlert( “Success”, “The photo has been uploaded.”, { “OK” } )

I check FB and no photo has been uploaded.

Now this is only on my iPad, asked a couple of friends who have my app and they say it’s still posting to FB perfectly with no errors.

I have tried logging out of FB in Safari and the FB App. I also removed my App in my FB profile, so it would have to ask for permission again but it never asks.

Any ideas ?

Dave [import]uid: 117617 topic_id: 22889 reply_id: 322889[/import]

Sorry to bring this back to the top.

I still have the error on my iPad and now one of my friends who purchased my app is saying he is getting the same error but it was working fine.

Any ideas ?

Dave [import]uid: 117617 topic_id: 22889 reply_id: 95733[/import]

Hey Dave,

Sorry, I hadn’t seen this previously so am glad you bumped.

The bersion on your iPad, is it the store version or one you’ve built at a later date, or the like?

What version of Corona?

Peach :slight_smile: [import]uid: 52491 topic_id: 22889 reply_id: 95874[/import]

Hi,

The version on my iPad is not a store version, it’s one I have copied over using xCode.

The version on my mates iPhone is purchased from the store.

Both of them worked fine but now are giving the same error. Mine started ages ago and now his started recently.

Corona version is 767.

EDIT: I deleted the app from my friends iPhone and re-downloaded it from the App Store and it is now working perfectly again. I realise the version on my iPad should not work as I presume it doesn’t have same App ID but it use to work and now doesn’t.

Dave [import]uid: 117617 topic_id: 22889 reply_id: 95899[/import]

Thanks for the update Dave, yes, perhaps the iPad build, if done with an older version especially, may have issues that didn’t previously exist. (That and FB implementation has changed a little since, 706, I think it was.) [import]uid: 52491 topic_id: 22889 reply_id: 96024[/import]

Hi max here
im also facing the same problem i installed the 883 build for apple but i still get the error i used the code from

http://www.coronalabs.com/blog/2011/12/16/uploading-photos-to-facebook-in-corona/

is there a change in this code [import]uid: 115284 topic_id: 22889 reply_id: 120867[/import]

Did you delete and reinstall as suggested above?

I’m not aware of any changes, however I will check on that and if there have been any I’ll get back to you about those :slight_smile: [import]uid: 52491 topic_id: 22889 reply_id: 120929[/import]

The error you’re getting is coming from the Facebook servers. I did a Google search on the error and there were a lot of hits on the Internet. One common cause of the error was sending a bad link when uploading pictures to Facebook. I would check the Facebook Graph documentation and make sure you’re sending valid information.

-Tom [import]uid: 7559 topic_id: 22889 reply_id: 120975[/import]

Hi max here
im also facing the same problem i installed the 883 build for apple but i still get the error i used the code from

http://www.coronalabs.com/blog/2011/12/16/uploading-photos-to-facebook-in-corona/

is there a change in this code [import]uid: 115284 topic_id: 22889 reply_id: 120867[/import]

Did you delete and reinstall as suggested above?

I’m not aware of any changes, however I will check on that and if there have been any I’ll get back to you about those :slight_smile: [import]uid: 52491 topic_id: 22889 reply_id: 120929[/import]

The error you’re getting is coming from the Facebook servers. I did a Google search on the error and there were a lot of hits on the Internet. One common cause of the error was sending a bad link when uploading pictures to Facebook. I would check the Facebook Graph documentation and make sure you’re sending valid information.

-Tom [import]uid: 7559 topic_id: 22889 reply_id: 120975[/import]