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);
?>