Linkedin API 返回 NULL:iPhone SDK

发布于 2024-10-31 16:15:49 字数 856 浏览 0 评论 0原文

我正在使用 Linkedin iphone SDK https://github.com/ResultsDirect/LinkedIn-iPhone

工作正常

但是从本周开始它没有对 API 请求做出正确的响应

我请求 API /v1/people/~/network/updates

它工作正常并且在函数中返回更新数组

- (void)linkedInEngine:(RDLinkedInEngine *)engine requestSucceeded:(RDLinkedInConnectionID *)identifier withResults:(id)results

但是从本周一开始它没有返回 results Array

它记录

NSLog(@"++ LinkedIn 引擎报告连接成功 %@\n%@", 标识符, 结果);

++ LinkedIn引擎报告连接成功 70621202-C081-4B60-8463-5FB2664A2ECD (null)

表示 API 未返回更新

问题是什么。

编辑
当我更新使用 API /v1/people/~/current-status 的状态时,同样的空回复,但我的状态已在 linkedin

Amit Battan上更新

I am using Linkedin iphone SDK https://github.com/ResultsDirect/LinkedIn-iPhone

It was working fine

But from this week its not giving proper response of API request

I am requested for API /v1/people/~/network/updates

It was working fine and was returning updates Array in function

- (void)linkedInEngine:(RDLinkedInEngine *)engine requestSucceeded:(RDLinkedInConnectionID *)identifier withResults:(id)results

But from this Monday its not returning the results Array

it logs

NSLog(@"++ LinkedIn engine reports success for connection %@\n%@", identifier, results);

++ LinkedIn engine reports success for connection 70621202-C081-4B60-8463-5FB2664A2ECD
(null)

means API not returning updates

What is the issue.

EDIT
When I am updating status on using API /v1/people/~/current-status then same null reply but my status was updated on linkedin

Amit Battan

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

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

发布评论

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

评论(1

清引 2024-11-07 16:15:49

这是 LinkedIn 方面的临时 API 问题

Its was temporary API issue from LinkedIn side

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