When a user posts a comment on one of our sites, we give them the option to send the comment to their facebook wall.i.e. the following code:
- (id)init { if (self == [super init]) { facebook = [[Facebook alloc] initWithAppId:kAppId]; NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
I\'ve an application, that has old style facebook access_tokens (something like \"APPID|xyeahsfa-123465683821.---...\" ) and an iOS App using the current facebook SDK (with SSO).
I have seen the following methods to be used in several online examples, but haven\'t found any documentation on the recommended way of parsing an XML feed.