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

Hi first I used this code @ [422014177869163:0] via php-sdk to post on automatically each
photo posted automatically to the tag page, by about 20 days instead of a blank tag out why?

$ args = array (
'message' => "Follow us @ [422014177869163:0]",
'image' => '@'. $ path,
'aid' => $ album_id,
'no_story' => 0,
'access_token' => $ fanpage_token
);

$ photo = $ facebook-> api ($ album_id. '/ photos', 'post', $ args);

?>

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.