http://developers.facebook.com/docs/reference/api/post/ doesn’t seem to give a clue about it. Would “Install(ed)” be an action? If the feed is something like ” installed on iPhone”, how to make the to be a link such that the user can tap on it so to lead the user to App Store?
I know the API to use, something like the following. But I just don’t know what are the params that should be there for the above feed.
NSMutableDictionary* params = [[NSMutableDictionary alloc] initWithCapacity:1]
[params setObject:username forKey:@"name"];
[params setObject:@"Description" forKey:@"description"];
[facebook requestWithGraphPath:@"me/feed"
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
You can get all info of setting the facebook ios sdk with a screenshot of a post..
http://developers.facebook.com/docs/mobile/ios/build