当我收到一个HTTP Facebook链接时,我可以选择选择我的浏览器但不是Facebook应用程序,有没有办法强制它?是正常行为吗?
当我收到一个HTTP Facebook链接时,我可以选择选择我的浏览器但不是Facebook应用程序,有没有办法强制它?是正常行为吗?
When I receive a http Facebook link, I have the option to choose my browsers but not the Facebook app, is there a way to force it? Is it the normal behavior?
是正常行为?
facebook应用程序只处理专用URL方案 fb://
,而且更多的是,任何标准的http / s facebook链接( http://
或 https://
)将由应用程序忽略。所以,是的,不幸的是这是正常的。
有没有办法强迫它?
作为当前写作,直到他们的开发人员实现过滤器来处理HTTP协议,无法从其应用程序执行此操作。
可能有一个第三方应用程序可以用解决方法(例如在app app中打开链接,如此答案 ,但它似乎目前它不起作用,可能是因为更改fb协议)。
Is it normal behavior?
Facebook app only handles specialized URL scheme fb://
and nothing more, so any standard HTTP/S Facebook links (http://
or https://
) will be ignored by the app. So, yes, unfortunately this is normal.
Is there a way to force it?
As of current writing, until their developers implement a filter to handle HTTP protocol, there is no way to do that from their apps.
It might be possible for a 3rd-party app to fix this with a workaround (e.g. Open Link in App app, as mentioned from this answer, but it seems currently it's not working, possibly due to change in FB protocol).
Facebook应用在Android现在支持< href ="https://developer.android.com/training/app-indexing/deep-linking.html" rel ="nofollow" > deeplinking 。所以你的 http://
和 https://
应该工作。在Facebook应用程序以及其他应用程序中。
The Facebook app on Android now supports deeplinking. So your http://
and https://
should work. Within the Facebook app as well as from other apps.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有