Linkedin+Codeigniter :使用 codeigniter 更新 linkedin 状态
有人可以指导我如何使用 codeigniter 更新 linkedin 上的状态吗?
任何帮助表示感谢!
could any one guide me on how can I update status on linkedin using codeigniter?
Any help appreciated thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 CI 中实现了这个库,以确保用户可以使用他的 LinkedIn 个人资料登录。也许您还可以更新用户的状态。
http://code.google.com/p/simple-linkedinphp/
实现它如果你熟悉 CI,那么在 CI 中学习是非常容易的。
I implemented this library into CI to make sure a user could log in with his LinkedIn profile. Maybe you can also update the status of a user.
http://code.google.com/p/simple-linkedinphp/
Implementing it in CI is pretty easy if you know your way around in CI.
我真的很喜欢人们编写库供其他人使用,并且代码经过注释/经过深思熟虑/结构良好并且易于理解。
我尝试了其他示例,但最终选择了这个。
http://blog.justni.com/posting-to- linkedin-from-php-and-codeigniter/
编辑:
我在 Sudhir 的 POS 代码和上面的代码上花了很长时间。是的,我可以改变我的观点,因为当我开始研究它时,它就是行不通!
虽然我是 CI 新手,但我还是设法像 PT 一样,将 lib 实现到 CI 中。
simple-linkedinphp 类就像一个魅力。
我现在可以授权应用程序、进行身份验证、获取个人资料详细信息,甚至可以发布到 linkedin。
我什至在 Sundir 的博客上发表了一条评论,说它不起作用,但他删除了该评论!远离,如果你不想头痛的话就远离吧!
I really like it when people write libraries for others to use and the code is commented/well thought out/well structured and is easy to follow.
I tried the other examples, but settled on this one.
http://blog.justni.com/posting-to-linkedin-from-php-and-codeigniter/
Edit:
Having banged my head for a long time on the POS code of Sudhir and the code above. Yes I can change my opinion, because when I started to work on it, it just doesn't work!.
Although I am new to CI, I managed to do the same as P.T and implemented the lib into CI.
The simple-linkedinphp class works like a charm.
I can now authorise an app, authenticate, get profile details and even post to linkedin.
I even posted a comment on Sundir's blog that it doesn't work and he deleted the comment! Stay away, well away if you don't want any headaches!