Hi, I am trying to create an activity for my off-site app
I was able to get my access token and I am able to GET my own activities.
However when I post, even though I get a success status code and the link
{"statusLink":"http:\/\/opensocial.myspace.com\/1.0\/activities\/myspace.com.person.564228779\/@self\/myspace.com.app.201829\/1300870799"}
I am unable to find my activities, if I click on the link I get a 401, template and app are live
this is my json template, simple
{"title":"this is my title","body":"this is the body of my
test","titleId":"Event"}
below my headers
Authorization: OAuth oauth_version="1.0",
oauth_nonce="1845205", oauth_timestamp="1300870797",
oauth_consumer_key="xxx",
oauth_token="xxxxx",
oauth_signature_method="HMAC-SHA1",
oauth_signature="PPSQnuIscbDSHIafdao88Is0wy0%3D"
What am I doing wrong, Please advise!
Thanjs