0
去取自己的公司更新我需要使用oauth-php與LinkedIn的API進行身份驗證。我想從我自己公司的LinkedIn個人資料中獲取LinkedIn狀態更新。 LinkedIn提供了一個很好的例子,說明如何使用PHP OAuth擴展檢索您自己的LinkedIn檔案on their website,但我無法弄清楚如何使用oauth-php庫進行操作。使用OAuth的PHP與LinkedIn
去取自己的公司更新我需要使用oauth-php與LinkedIn的API進行身份驗證。我想從我自己公司的LinkedIn個人資料中獲取LinkedIn狀態更新。 LinkedIn提供了一個很好的例子,說明如何使用PHP OAuth擴展檢索您自己的LinkedIn檔案on their website,但我無法弄清楚如何使用oauth-php庫進行操作。使用OAuth的PHP與LinkedIn
每Company Update文檔,你會使用OAuth的PHP以下端點撥打電話:
http://api.linkedin.com/v1/companies/{id}/updates
這是正確的,但我需要經過認證首先,我的問題是如何做等價使用oauth-php處理他們的[入門頁面](https://developer.linkedin.com/documents/quick-start-guide),而不是使用OAuth PHP擴展。 –
在代碼網站上有一個[三腳演示](http://code.google.com/p/oauth-php/wiki/ConsumerHowTo) - LinkedIn遵循該模型。 –