¡@

Home 

2014/10/15 ¤U¤È 10:08:45

iphone Programming Glossary: facebookerrdomain

using Facebook iOS SDK 2, how do I like a page? - “Application must be on whitelist”

http://stackoverflow.com/questions/3809652/using-facebook-ios-sdk-2-how-do-i-like-a-page-application-must-be-on-whitel

dict andHttpMethod @ POST andDelegate self This doesn't work. When I NSLog error description I get Error Domain facebookErrDomain Code 10000 The operation couldn ™t be completed. facebookErrDomain error 10000. UserInfo 0x6a50160 error CFBasicHash 0x6a4fd40.. When I NSLog error description I get Error Domain facebookErrDomain Code 10000 The operation couldn ™t be completed. facebookErrDomain error 10000. UserInfo 0x6a50160 error CFBasicHash 0x6a4fd40 0x250b380 type mutable dict count 2 entries 2 CFString 0x6a4fc80..

Using 'Like' with the Facebook Graph API on iOS

http://stackoverflow.com/questions/5281665/using-like-with-the-facebook-graph-api-on-ios

@ @ likes messageID andParams nil andHttpMethod @ POST andDelegate self However this returns an error from Facebook facebookErrDomain error 10000. Anyone know why this is iphone facebook ios share improve this question Figured it out. You cannot pass..

Facebook connect Batch requests and FQL error problem

http://stackoverflow.com/questions/5353117/facebook-connect-batch-requests-and-fql-error-problem

WHERE uid IN SELECT uid2 FROM friend WHERE uid1 me LIMIT 2 it returns the error The operation couldn ™t be completed. facebookErrDomain error 1. According this example of facebook it should have been working. iphone sql ios facebook fql share improve this..

iPhone Facebook Video Upload

http://stackoverflow.com/questions/5355846/iphone-facebook-video-upload

NSString kRestserverBaseURL @ https api video.facebook.com method When I run this the upload crashes with an error facebookErrDomain err 353. Any help would be appreciated. EDIT With Zoul's help I now have the following code implemented I have done nothing..

facebookErrDomain error 10000 when calling graph api Facebook ios

http://stackoverflow.com/questions/5497302/facebookerrdomain-error-10000-when-calling-graph-api-facebook-ios

error 10000 when calling graph api Facebook ios I'm struggling with the graph api for a few days now and I can't seem to.. objectAtIndex 0 But the didFailWithError function gives me the following error The operation couldn ™t be completed. facebookErrDomain error 10000. I've place the FBRequestDelegate in my interface file as following @interface TabbedCalculationAppDelegate..