"The operation couldn’t be completed. (com.facebook.sdk error 5.)"
I’m also getting this error (using daily build 1006). The code used to work. I believe the updated Facebook SDK integration caused this error to appear. In my case, the facebook.login( myAppID, myFBListener, {“publish_action”} ) seems to work just fine.
It breaks when I do the facebook.request( “me/friends” ) to pull down FB friends list. Immediately after facebook.request( “me/friends” ) is called, the console log shows:
didComplete: false
Error: HTTP status code: 400
event.name = fbconnect
event.type = request
isError = true
didComplete = false
RESPONSE: The operation couldn’t be completed. (com.facebook.sdk error 5.)
-- then it continues on with the following
event.name = fbconnect
event.type = session
isError = false
didComplete = nil
FBConditionalLog: handleOpenURL should not be called once a session has closed
Is there a workaround for this?
@haakon, I’m not sure how I may apply your finding to my case.
@borderleap, have you heard from CoronaLabs regarding the bug you reported? Should I create and submit some test case too?
There’s nothing very complex about my setting. It simply breaks when I try to pull down user’s friends’ name and FB ID. The code used to work just fine…
Naomi
[import]uid: 67217 topic_id: 34416 reply_id: 139610[/import]