How to pass a link to Facebook iPhone app status update?
Posted
by Jonatan
on Stack Overflow
See other posts from Stack Overflow
or by Jonatan
Published on 2010-06-03T11:01:13Z
Indexed on
2010/06/03
11:04 UTC
Read the original article
Hit count: 286
It's possible to create href-attibutes that makes the iPhone quit Safari and launch another app. For the official Twitter-app this would look like:
<a href="twitter:///post?message=my+important+message">Click to deliver message to Twitter-apps status updater</a>
For the Facebook-app the protocoll is:
fb:///
But i can't figure out, or find any information about, how to get my message (a url to share) directly into the the status updater.
Is there a url-scheme, or am I going about this the wrong way?
© Stack Overflow or respective owner