找不到我的个人资料 ID 号
我正在尝试构建一个应用程序,它要求我提供个人资料 ID 号。因为我有一个自定义的 Facebook 个人资料,它隐藏了 ID 号,并且该应用程序不会采用 jccalloway59。我已经尝试这样做两天了。我到底怎么找到我的身份证号码?!?
I am trying to build an app and it is asking for my profile id number. Because I have a customized Facebook profile, it hides the id number and the app will not take jccalloway59. I have been trying to do this for two days now. How in the hell do I find my id number?!?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在
https://graph.facebook.com/jccalloway59
获取它。对于任意用户,请将
jccalloway59
替换为用户名。You can get it at
https://graph.facebook.com/jccalloway59
.For an arbitrary user, replace
jccalloway59
with the username.从图形 API 浏览器工具
http://developers.facebook.com 获取它/tools/explorer?method=GET&path=me
Get it from the graph API explorer tool
http://developers.facebook.com/tools/explorer?method=GET&path=me
因此,如果您的某些照片,您可以在以下网址找到:fbid=8823792739123 ...即
:http ://www.facebook.com/photo.php?fbid=29152428753XXXX&set=a...
或 https://graph.facebook.com/USERNAME。
So, if some of ur photos, ull find at the url: fbid=8823792739123 ...there is
ie: http://www.facebook.com/photo.php?fbid=29152428753XXXX&set=a...
or https://graph.facebook.com/USERNAME.