Skip to main content

Posts

Showing posts from June, 2010

Default NSDate formate

//Format Date NSDateFormatter * dateFormat = [ [ NSDateFormatter alloc ] init ] ; [ dateFormat setDateFormat : @ "yyyy-MM-dd HH:mm:ss zzz" ] ; // 2009-02-01 19:50:41 PST NSString * dateString = [ dateFormat stringFromDate : [ scoreData objectForKey : @ "date" ] ] ;

Multi link post through facebook

FBStreamDialog * dialog = [[[ FBStreamDialog alloc ] init ] autorelease ]; dialog . delegate = self ; dialog . userMessagePrompt = @ "Example prompt" ; dialog . attachment = @ "{\"name\":\"Facebook Connect for iPhone\"," "\"href \":\"http://developers.facebook.com/connect.php?tab=iphone\"," "\"caption\":\"Caption \",\"description\":\"Description\"," "\"media\":[{\"type\":\"image\"," "\"src \":\"http://img40.yfrog.com/img40/5914/iphoneconnectbtn.jpg\"," "\"href \":\"http://developers.facebook.com/connect.php?tab=iphone/\"}]," "\"properties \":{\"another link\":{\"text\":\"Facebook home page\",\"href\":\"http://www.facebook.com\"}}}" ; // replace this wit