这可能是重复的问题,但是从其他人发布的答案中得不到任何解决方案,这就是我要发布的原因。
我正在开发一个与社交网络相关的应用程序。我想在Facebook本机应用程序中打开特定用户的个人资料。我尝试了其他人发布的许多其他解决方案,但对我来说根本没有用。我引用了https://developers.facebook.com/support/bugs/332195860270199/此链接 ,他们似乎已停止了此事。
应用程序的Web部件位于ember.js中,因此我们正在渲染Web视图以登录到所有社交网络。
我正在尝试使用
打开用户的个人资料fb://facewebmodal/f?href=\(above link)
此链接对于浏览器和android正常工作,但无法在本机iOS Facebook应用中打开配置文件。
我也尝试了许多其他解决方案,例如
fb://profile?href=\(above link) //Opening My profile not particular user
fb://profile?app_scoped_user_id/\(above link) . //opening my profile
fb://profile/1000xxxxxxx4469 // this is working as expected but don't know how to get this id 1000xxxxxxx4469
。我从https://findmyfbid.com/ 那么,如何使用swift4在Facebook本机应用程序中打开特定用户的个人资料?
我真的需要解决方案。任何帮助将不胜感激