iPhone 新 Facebbok SDK 。张贴到墙上不来

发布于 2024-12-08 09:53:16 字数 106 浏览 1 评论 0原文

我的代码在模拟器中成功运行(即使是在实施新的 Facebook SDK 后)。

但是当我签入设备时,代码正在运行,

但“发布到墙”没有出现。

请帮忙。

My Code is successfully running in Simulator(evn after implementing New Facebook SDK).

But when i checked in device, Code is running,

but Post To Wall not coming.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪失控 2024-12-15 09:53:16

我也遇到这个问题并解决了
如果使用正在使用方法:
[NSURLConnection sendSynchronousRequest:请求返回响应:&响应错误:&err];"
在 FbGraph.m 文件中。

然后在调用此方法之前将以下变量声明为 nil
NSURLResponse *响应 = nil;
NSError *err =nil;

I also had this problem and solved it,
If use are using method:
[NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&err];"
in FbGraph.m file.

then Before calling this method declare the following variables as nil
NSURLResponse *response = nil;
NSError *err =nil;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文