Tuesday
Jun092009
Facebook Helper Lib
Tuesday, June 9, 2009 at 8:00PM Dan Grigsby has put together a helper for doing simple Facebook status updates from an iPhone app with a minimal amount of fuss.

Ignore the pirate-speak, that’s my lang setting on Facebook
- (void)session:(FBSession*)session didLogin:(FBUID)uid {
fbHelper.status = @"is learning to set Facebook status programatically from an iPhone";
}

Most excellent.

Reader Comments