Search code examples
phplinkedin-api

Linked in auto login & share


I try to develop an php application that share into linkedin page . When the user submit a post in my site its automatically post it to my linkedin page without ask user to sign in. in another words: I need a feature like "offline access in facebook".

thanks


Solution

  • Obtain oauth token - the end user should grant permissions

    POST your messages to users wall using REST API and obtained token

    http://developer.linkedin.com/docs/DOC-1252