简体   繁体   English

XCode中的Facebook SDK信息

[英]Facebook SDK Info in XCode

I outsourced some app development work that also featured the installation of the Facebook SDK. 我外包了一些应用程序开发工作,其中还包括安装Facebook SDK。 The user pushes a button and their scores are posted on their Facebook page. 用户按下按钮,其分数就会发布在其Facebook页面上。 I have access to the Facebook Developer admin tool, but I don't think they used the right App ID or App Secret. 我可以使用Facebook Developer管理工具,但是我认为他们使用的应用程序ID或应用程序密码不正确。 Does anyone know where I would be able to find these in the XCode file to confirm? 有谁知道我可以在XCode文件中找到这些内容进行确认?

在源代码搜索[[Facebook alloc]中,然后找到用于initWithAppId api的键字符串。

 facebook = [[Facebook alloc] initWithAppId:@"254214584659950" andDelegate:self];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM