¡@

Home 

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

iphone Programming Glossary: fbdialog

Adding the Facebook Like Button in an iPhone App

http://stackoverflow.com/questions/2783803/adding-the-facebook-like-button-in-an-iphone-app

Trying to upload video to facebook using FBConnect for iPhone

http://stackoverflow.com/questions/3104660/trying-to-upload-video-to-facebook-using-fbconnect-for-iphone

uploadVideoRequest call @ facebook.video.upload params args NSLog @ Upload video button pushed. void dialogDidCancel FBDialog dialog NSLog @ user canceled request void session FBSession session didLogin FBUID uid NSLog @ user with id lld logged in... users objectAtIndex 0 NSString name user objectForKey @ name NSLog @ FBRequest didLoad logged in as @ name void dialog FBDialog dialog didFailWithError NSError error NSLog @ Error d @ error code error localizedDescription Here is the FBRequest.m code..

How to post to a friends Wall using Facebook Graph API for iPhone

http://stackoverflow.com/questions/4614920/how-to-post-to-a-friends-wall-using-facebook-graph-api-for-iphone

Upload an image on Facebook via FBConnect

http://stackoverflow.com/questions/4727361/upload-an-image-on-facebook-via-fbconnect

Documented process for using facebook connect for the iPhone to upload photos

http://stackoverflow.com/questions/750328/documented-process-for-using-facebook-connect-for-the-iphone-to-upload-photos

BOOL shouldAutorotateToInterfaceOrientation UIInterfaceOrientation interfaceOrientation return NO FBDialogDelegate void dialog FBDialog dialog didFailWithError NSError error _label.text NSString stringWithFormat @ Error d @ error.code.. UIInterfaceOrientation interfaceOrientation return NO FBDialogDelegate void dialog FBDialog dialog didFailWithError NSError error _label.text NSString stringWithFormat @ Error d @ error.code error.localizedDescription..