Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Not Able To Post On Timeline

I want To Post Image On User's Friend's Timeline

Help

array('method' => 'GET', 'relative_url' => '/'.$user.'/friends'),

$friends_list   = json_decode($batchResponse[1]['body'], TRUE);

$batchPost[] = array('method' => 'POST', 'relative_url' => "/$value/feed", 'body' => http_build_query($body));
share|improve this question

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.