Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My application on facebook does the registration part and hence aquires the offline access token which i am saving in the database for future use. Then when in java application where i take the offline access token from the database without the user having to log in i am able to retrieve the friendlist from the application by using the offline access token . Is there any mechanism by which i can post to the friends wall by using the offline access token . I tried graph.facebook.com/FRIENDS_ID/feed?access_token=OFFLINE_ACCESS_TOKEN&message=MY_MESSAGE but it returned an empty data array { "data": [

] } But i also tried out the same by using active access token but i got the same thing. What are the ways by which i can post on friends wall using java application without the user logging in having the offline access token.

share|improve this question
it could be the case that that specific friend does not allow people to post on their profile... Have you tried this on different users? – Lix Nov 13 '11 at 7:33
yes i have and all the profiles belonged to me as in i created those dummy accounts so as such the feature of posting on the wall was enabled.... – A.K Nov 13 '11 at 13:49
do you mean test users? Of so there is your problem - test users cannot interact with real users and the same goes the opposite way round - a "real" user can not interact with a test user. – Lix Nov 13 '11 at 14:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.