无法在本机iOS Facebook应用中打开特定的用户个人资料页面

时间:2018-07-06 09:42:47

标签: ios facebook swift4

这可能是重复的问题,但是从其他人发布的答案中得不到任何解决方案,这就是我要发布的原因。

我正在开发一个与社交网络相关的应用程序。我想在Facebook本机应用程序中打开特定用户的个人资料。我尝试了其他人发布的许多其他解决方案,但对我来说根本没有用。我引用了https://developers.facebook.com/support/bugs/332195860270199/此链接 ,他们似乎已停止了此事。

应用程序的Web部件位于ember.js中,因此我们正在渲染Web视图以登录到所有社交网络。

作为回应,我进入了链接https://www.facebook.com/app_scoped_user_id/YXNpZADpBWExxxxxxxxxxUVzloZAzVPSWc0TVhBNnZAYcWxxxxxxxxxxxxxWpWTm51bDNOblxxxxxxxxxxxZAYnRyM0FXbmlxxxxxxxxxxAeTYxTGxxxxxxxxxxTTE1TcVdExxxxxxxxxxXlFZAGxxxxxxxxxxMDNIRS0ycU96/

我正在尝试使用

打开用户的个人资料
fb://facewebmodal/f?href=\(above link)

此链接对于浏览器和android正常工作,但无法在本机iOS Facebook应用中打开配置文件。

我也尝试了许多其他解决方案,例如

  1. fb://profile?href=\(above link) //Opening My profile not particular user
  2. fb://profile?app_scoped_user_id/\(above link) . //opening my profile
  3. fb://profile/1000xxxxxxx4469 // this is working as expected but don't know how to get this id 1000xxxxxxx4469。我从https://findmyfbid.com/
  4. 生成了此ID
  5. 我检查了此链接Facebook - open profile by app_scoped_user_id,但这是2014年的旧帖子,对我没有用。

那么,如何使用swift4在Facebook本机应用程序中打开特定用户的个人资料?

我真的需要解决方案。任何帮助将不胜感激

0 个答案:

没有答案