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.

This is an URL I have to send an invitation to an app of mine:

https://www.facebook.com/dialog/send?app_id=MY_APP_ID&
name=hola&
link=http://www.aWebSite.com&
picture=http://www.aWebSite.com/im01068442.jpg&description=participar!&
redirect_uri=http://elsuperdt.com

I'm trying to have a linebreak included within the description, but I just haven't found a way to do so. How do I do it?

share|improve this question
2  
I don't understand why my question was downvoted.. does anybody know the answer? – Soph Sep 12 '11 at 19:00
2  
Don't understand why it was downvoted either. I have the exact same problem, but unfortunatly have no solution. – Soroush Hakami Feb 8 '12 at 13:12
Facebook explicitly states you should use App Requests for invitations to an app instead of the Send dialog. developers.facebook.com/docs/reference/dialogs/send "In general, applications on Facebook should use Requests when communicating in game status (its your turn), inviting people to use an application..." – Haralan Dobrev Jul 12 '12 at 10:39

3 Answers

up vote 8 down vote accepted
+50

I had the same issue and eventually gave up. Facebook seems to have gone to great lengths to avoid letting us have any linebreaks in the description.

The one thing you can do is add a &caption=first%20line which gets you one linebreak between the caption and the description.

share|improve this answer
i was starting to get worried with both downvotes believing my question was waaaaaay beyond dumbb... Thanks for the tip, i'll keep trying to find a more suitable workaround, if i can't, the bounty is yours! thanks again – Soph Sep 17 '11 at 2:05
1  
Ok! Thats as close as we got.. thanks @Nathan, still trying to figure out why those downvotes when it turns out nobody knew! Thanks againn! – Soph Sep 22 '11 at 14:29
1  
Thanks for the bounty! I think sometimes people are just haters.... – Nathan Friedly Sep 29 '11 at 20:01

Try including %0D%0A in your description where you want the line break to be. This is the URL-encoded equivalent of a line break.

share|improve this answer
Just tried it... didn't work! Thanks though, more ideas are more than welcome! – Soph Sep 17 '11 at 2:01

Try using <center></center> this will create a new line in Facebook dialog description.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.