0

假设我想发布一些东西并给出一个 Facebook 页面的链接(假设它是“你好”)。我只想要一个包含链接(文本链接,类似于其他链接)的状态更新,单击该链接将重定向到我的 Facebook 页面。

先感谢您。

4

1 回答 1

0

您可以使用此代码发布状态:

http://www.facebook.com/connect/uiserver.php?app_id=2915120374&display=touch&method=stream_publish&redirect_uri=http://www.facebook.com&async&action_links=[{"text":"máy đo đường huyết","href":"your url"}]&attachment={'media':[{'type':'image','src':'#','href':'http://www.maydoduonghuyet.com.vn/'}],'description':'','properties':{'Click+':{'text':'máy đo đường huyết','href':'your url'}}}
于 2013-05-22T02:48:58.413 回答