I'm developing a web-app which is similar to stackoverflow. And I need to implement some "LinkedIn" button for each question/answer which should update user's status in LinkedIn to smth like "Reading: [title of a question] ([url to a question])".
I have found that request like
http://www.linkedin.com/status?statusText=Reading%20smth...&save=Save&revisionParam=2
does this, but... revisionParam must be equal current revisionParam+1, but I do not khow current value of revisionParam :(.
Can someone help me with whis?