简体   繁体   English

如何制作 facebook android 应用程序深层链接

[英]how to make facebook android app deep links

I am trying to create a deep link that will redirect from a url I post on facebook into my android app and I noticed there is something in facebook api called App Links in this link : https://developers.facebook.com/docs/applinks/ but for some reason their docs has been removed and I have not found any possible way to achieve that...我正在尝试创建一个深层链接,该链接将从我在 facebook 上发布的 url 重定向到我的 android 应用程序,我注意到 facebook api 中有一些东西在此链接中称为应用程序链接: https : //developers.facebook.com/docs/ applinks/但由于某种原因,他们的文档已被删除,我还没有找到任何可能的方法来实现...

How can I make a deep link from facebook into a specific page in my android app?如何将 Facebook 的深层链接创建到我的 android 应用程序中的特定页面?

Weird that they took it down.奇怪的是他们把它拿下来了。 Basically you need to implement HTML tags in your web page the link points to.基本上,您需要在链接指向的网页中实现 HTML 标签。 Also you must have URI scheme implemented in your app.此外,您必须在您的应用程序中实现 URI 方案。

Until the page comes back up I suggest you use their debug site: https://developers.facebook.com/tools/debug/在页面恢复之前,我建议您使用他们的调试站点: https : //developers.facebook.com/tools/debug/

You can scrape this test link got reference: https://onelink-sim.onelink.me/coiD/simbananas你可以抓取这个测试链接得到参考: https : //onelink-sim.onelink.me/coiD/simbananas

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

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