且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

通过 FacebookUID 快速打开 Facebook 个人资料

更新时间:2023-12-02 18:20:16

Hi 基于 文档 Facebook ID 是应用程序范围的用户 ID,因此您可以像这样使用

Hi based on documentation Facebook ID is the App-scoped User ID so you can use like

fb://profile?app_scoped_user_id=%@

但还要检查 https://developers.facebook.com/bugs/332195860270199上的错误报告> 使用

fb://profile?app_scoped_user_id=%@

不受支持.

因此您必须在 Safari 中打开 Facebook 个人资料,或者您可以在应用程序 webview 中使用来打开用户个人资料.我检查了一些 facebook id 10000****889,10000***041 等.所有在 facebook 应用程序中都有打开的个人资料.是的,有些人有相同的错误.找到页面机器人.

So you will have to open the Facebook profile within Safari or you can use in app webview to open user profile. I have check with some facebook id 10000****889,10000***041 etc. all have open profile in facebook app.Yes some have same error.Page bot found.

可能有隐私设置->您是否希望搜索引擎外部链接到您的个人资料->否.限制搜索.

May be there is Privacy setting->Do you want search engine outside link to your profile->No. restrict search.

从 facebook Trick 获取用户 ID :

To get ids of user from facebook Trick :

1) 右键点击此人或页面的头像,选择属性,ID 将包含在页面中

1)Right click on the person or page's profile photo, select properties and the ID will be included in the page

2)在移动浏览器中,如果您打开照片,则有 ID 例如" fbid = *** & pid = 1000....89 " 所以 1000....89 将是你的用户 ID

2)In mobile browswe if you open photo there is id E.g. " fbid = *** & pid = 1000....89 " so 1000....89 will be your user id