Linkedin API 返回 NULL:iPhone SDK
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 LinkedIn 方面的临时 API 问题
Its was temporary API issue from LinkedIn side