在选项卡式 Facebook 页面中分享/喜欢某个对象

发布于 2024-12-19 23:23:08 字数 458 浏览 2 评论 0原文

我有一个 facebook 应用程序,它将作为页面选项卡运行。

该页面将包含视频等项目。

我想让用户能够喜欢/分享视频。如果视频的 URL 是 [http://mydomain.com/pagetab/video-1.html],当其他人单击新闻提要或中的共享链接时,用户如何被引导回 Facebook 页面选项卡从某人的墙上?他们不会总是直接访问 http://mydomain.com/pagetab/video-1.html

或者有没有办法指定具有深层链接的 URL,例如: http://facebook.com/pagename/pagetab/page

I have a facebook application which will run as a Page Tab.

The page will include items such as videos etc..

I want to give the users the ability to like/share the videos. If the URL for the videos is [http://mydomain.com/pagetab/video-1.html], how does the user get directed back to the facebook page tab when someone else clicks on the shared link in a news feed or from someone's wall? Won't they always go directly to http://mydomain.com/pagetab/video-1.html ?

Or is there a way to specify a URL with deep linking such as:
http://facebook.com/pagename/pagetab/page ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流心雨 2024-12-26 23:23:08

我不确定是否喜欢这个 URL,但您可以使用查询字符串中的 app_data 参数在 Facebook 选项卡中进行深层链接,然后在您的应用程序中您可以从signed_request 中提取它(http://developers.facebook.com/docs /身份验证/签名请求/)

I'm not sure about liking this URL, but you can deep link in Facebook tabs using the app_data param in the query string and then within your app you can extract that from the signed_request (http://developers.facebook.com/docs/authentication/signed_request/)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文