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.

Possible Duplicate:
How to Tag a Friend on a Photo on Facebook Photo Upload Via Graph API

I'm trying to get a way to post a photo on facebook with Javascript SDK and I want to mention some friends in the post.

I know how to post the photo but I don't know how to mention or tag friends. I read something about that I can't mention someone without checking in a place. So, how can I do that?

share|improve this question
What have you tried? Please provide code. – Dom Jan 10 at 20:33
I didn't write a line about mentioning a friend because I don't know what and how to use it.. – Túlio Ribeiro Jan 10 at 20:59

marked as duplicate by M42, Tim Saunders, Perception, EdChum, Lars Kotthoff Jan 11 at 18:32

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Here's your answer: How can I tag a user in a photo using the Facebook Graph API?. Before posting a question next time, please search SO carefully.

share|improve this answer
If you read the entire post, there's no final solution for this. And TAGS, as you can see in the DOCS, needs to post a place too. I just need TAGGING people without place. Just like @ method when I'm posting on my feed. So, that answer couldn't help me in this case. Sorry. – Túlio Ribeiro Jan 11 at 10:37
1  
You mentioned "photo" in the question which seemed that you need to tag people in the photos. BUT , now you are saying that you need to tag people in the feed. Please make it clear what you actually want to do. – Shadowfax Jan 11 at 10:40
1  
I've mentioned the link for photo, if you want to tag in a feed , follow this: facebook.stackoverflow.com/a/14024103/1343690 – Shadowfax Jan 11 at 10:49
@Sahil When you see a duplicate, next time, please flag the question for moderator attention rather than answering the question – rds Jan 11 at 15:52
@TúlioRibeiro It's not because a question has no answer that it is a good practice to ask the same question again. meta.stackoverflow.com/questions/473/… – rds Jan 11 at 15:56
show 3 more comments

Not the answer you're looking for? Browse other questions tagged or ask your own question.