¡@

Home 

2014/10/15 ¤U¤È 10:14:16

iphone Programming Glossary: slvc

how to do facebook login in iOS 6?

http://stackoverflow.com/questions/13153307/how-to-do-facebook-login-in-ios-6

isAvailableForServiceType SLServiceTypeFacebook Facebook Service Type is Available SLComposeViewController slVC SLComposeViewController composeViewControllerForServiceType SLServiceTypeFacebook SLComposeViewControllerCompletionHandler.. result if result SLComposeViewControllerResultCancelled NSLog @ Cancelled else NSLog @ Done slVC dismissViewControllerAnimated YES completion Nil slVC.completionHandler handler slVC setInitialText @ Test Post from iOS6.. NSLog @ Cancelled else NSLog @ Done slVC dismissViewControllerAnimated YES completion Nil slVC.completionHandler handler slVC setInitialText @ Test Post from iOS6 slVC addURL NSURL URLWithString @ http www.apple.com..