简体   繁体   English

如何传递指向Facebook iPhone应用程序状态更新的链接?

[英]How to pass a link to Facebook iPhone app status update?

It's possible to create href-attibutes that makes the iPhone quit Safari and launch another app. 可以创建href-attibutes,使iPhone退出Safari并启动另一个应用程序。 For the official Twitter-app this would look like: 对于官方的Twitter应用,它看起来像:

<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: 对于Facebook应用,协议为:

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. 但是我无法弄清楚如何找到状态更新程序中的消息(要共享的URL),也找不到任何信息。

Is there a url-scheme, or am I going about this the wrong way? 是否有url方案,或者我使用的是错误的方式?

http://iphonedevtools.com/?p=302列出了一堆可以使用的URI,但似乎没有一个允许共享链接(或任何查询字符串)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM