Facebook API Javascript SDK Upload Photo and Mention Tag Without Link -
the situation trying create is: 1) have photo want upload facebook via page feed. 2) want tag ( not friend ) along photo.
right using following code opens window can create post , tag someone:
fb.ui({ method: 'feed', link: '', }, function(response){});
however, when try create post, says "href or media required".
how can create post photo without sharing link , can still tag people not friends?
thanks in advance
to upload photo, need use /page-id/photos
endpoint. have authorize user , use taggable_friends
endpoint friends tagging. can´t tag people not friends , have let facebook review use of taggable_friends
.
Comments
Post a Comment