English 中文(简体)
无法在 iOS SDK 上创建 Facebook 测试用户账户
原标题:Can´t create Facebook test user account on iOS SDK

只是想用Facebook iOS SDK 建立我的首个Facebook测试用户, 不幸的是, 我得到了“ 错误代码 10000 ” 。 请求失败了 。

I 简单创建了一个包含以下内容的按钮 。 我还查看了Facebook 文档, 但并没有帮助我。 我的标识是有效的, 并在 NSLog 行内显示 。 有什么问题吗? 任何帮助?? 感谢您的时间 。 < p> < pre\code> - (eaven) 创建TestAcount: (UIButton*) 按钮{NSLog (@self. facebbook). accessToken: 自我. access.

最佳回答

我不知道为什么你想要使用移动应用程序创建测试账户,但通过访问 < a href="http:// developers.facebook.com" rel=“nofollows” >http://developers.facebook.com 并访问App 设置中的 Roles 部分来创建测试账户会更容易得多。

然而,从您的代码中,您可能正在使用您的个人 access_token 来创建测试用户。 您需要使用 < a href=" https:// developmenters.facebook.com/docs/opengraph/using- app- tokens/" rel="nofollow" > App access Token 来创建测试用户 。

问题回答

暂无回答




相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...