Post Facebook status update AND url via Iphone SDK?

If you're going to use the old REST API (now deprecated), you should try the links. Post method. It will allow you to add a comment to the link.

It will pull the title from the page itself, and it allows you to specify an image to go along with the link.

Up vote 0 down vote favorite share g+ share fb share tw.

I want to post a status update to users wall. This works, but I dont't know how to post a "pretty" Url with it. It works if I post the full Url, but it doesn't looks good.

My Question: How is it possible to post a pretty url, like HTML it does: My Example My Code: NSString *facebookStr = NSString stringWithFormat:@"%@%@ example.de", facebookStatusUpdatePrefixStr, self. TheStatus; NSDictionary *params = NSDictionary dictionaryWithObjectsAndKeys: facebookStr, @"status", @"true", @"status_includes_verb", nil; FBRequest requestWithDelegate:self call:@"facebook.users. SetStatus" params:params; FBPermissionDialog* dialog = FBPermissionDialog alloc init autorelease; dialog.

Delegate = self; dialog. Permission = @"status_update"; dialog show; Thx iphone facebook ios sdk link|improve this question asked Dec 13 '10 at 8:56Raphael325 83% accept rate.

If you're going to use the old REST API (now deprecated), you should try the links. Post method. It will allow you to add a comment to the link.

It will pull the title from the page itself, and it allows you to specify an image to go along with the link. If possible, you should really use the new Graph API. It's a much cleaner interface, and it gives you a lot of flexibility while publishing a post with a link.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions