Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I insert a html link like the 2 posts below with the Facebook iOS SDK?

Link to Image!

In Train Conductor and "itunes.apple.com" for The Fleas post they use a bit.ly link.

I tried to use the html tag <a href="www.mystuff.com">Whatever<\a> but it didn't work.

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                               @"My game in iTunes", @"name",
                               @"http://www.mystuff.com", @"link",
                               @"Check out this cool game for iPhone.", @"description",
                               nil];

This code works but that is just a normal post.

share|improve this question
1  
This post may help : [post link using facebook sdk on iphone][1] [1]: stackoverflow.com/questions/4422306/… – webmastx Jun 18 '12 at 3:57
Thanks, that was very useful, although some of the things changed. With the help of FB documentation I could do it. developers.facebook.com/docs/reference/dialogs/feed – Diogo Hacka Jun 19 '12 at 2:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.