Linkedin+Codeigniter :使用 codeigniter 更新 linkedin 状态

发布于 2024-11-19 06:12:19 字数 67 浏览 1 评论 0原文

有人可以指导我如何使用 codeigniter 更新 linkedin 上的状态吗?

任何帮助表示感谢!

could any one guide me on how can I update status on linkedin using codeigniter?

Any help appreciated thanks!

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

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

发布评论

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

评论(2

辞慾 2024-11-26 06:12:19

我在 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.

苍白女子 2024-11-26 06:12:19

我真的很喜欢人们编写库供其他人使用,并且代码经过注释/经过深思熟虑/结构良好并且易于理解。

我尝试了其他示例,但最终选择了这个。

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!

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