iphone - Facebook integration using sharekit? -



iphone - Facebook integration using sharekit? -

i did integration facebook using sharekit api .but every time taking username , password entered in .and opening straight sharing screen need open username , password screen , has filled username , password entered , show alternative login different username.how can 1 share code...this code... sharing text..

// create item share (in example, url) nsstring *sometext = @"sharekit facebook integration easiest amoung methods available in ios"; shkitem *item = [shkitem text:sometext];

// sharekit action sheet shkactionsheet *actionsheet = [shkactionsheet actionsheetforitem:item];

// display action sheet [actionsheet showfromtoolbar:self.navigationcontroller.toolbar];

logging out / removing stored logins

there 3 methods remove stored credentials:

// remove credentials services

[shk logoutofall];

// remove credentials specific service // utilize service's class name: ex shktwitter, shkdelicious

[shk logoutofservice:@"shkreaditlater"];

// remove credentials specific service (alternative method) // phone call +logout on sharer class

[shktwitter logout];

iphone objective-c xcode ios4

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -