¡@

Home 

2014/10/15 ¤U¤È 10:10:37

iphone Programming Glossary: isavailableforservicetype

Twitter Post iOS6 'Cancel' button issue

http://stackoverflow.com/questions/12617490/twitter-post-ios6-cancel-button-issue

have this issue or a fix Here is the code for the button. IBAction twitterPost id sender if SLComposeViewController isAvailableForServiceType SLServiceTypeTwitter mySLComposerSheet SLComposeViewController alloc init mySLComposerSheet SLComposeViewController composeViewControllerForServiceType..

how to do facebook login in iOS 6?

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

the button click write these lines. You are done. IBAction facebookButtonClicked id sender if SLComposeViewController isAvailableForServiceType SLServiceTypeFacebook Facebook Service Type is Available SLComposeViewController slVC SLComposeViewController composeViewControllerForServiceType..

Unable to post image into facebook using SLComposeViewController?

http://stackoverflow.com/questions/14868560/unable-to-post-image-into-facebook-using-slcomposeviewcontroller

help me. void performFBRequestUploadForImage self showListOfFaceBookAccountsFromStore if SLComposeViewController isAvailableForServiceType SLServiceTypeFacebook SLComposeViewController mySLComposerSheet SLComposeViewController composeViewControllerForServiceType.. accountStore accountTypeWithAccountTypeIdentifier ACAccountTypeIdentifierFacebook if SLComposeViewController isAvailableForServiceType SLServiceTypeFacebook NSDictionary options @ @ ACFacebookAppIdKey myAppId @ ACFacebookPermissionsKey @ @ publish_stream.. code in my projects to post the image it works fine. if SLComposeViewController instanceMethodForSelector @selector isAvailableForServiceType nil if SLComposeViewController isAvailableForServiceType SLServiceTypeFacebook SLComposeViewController controller SLComposeViewController..