Is there a way to @tag a Facebook user via the Facebook Graph API?
-
In the Facebook status update interface, typing an at-sign shows a dropdown that lets you select a friend. Is there a way to submit these tags via the graph API? There doesn't seem to be anything on this in the documentation.
-
Answer:
If you use a photo end point, for example /me/photos you can achieve a workaround, otherwise no. A simple guess would be, the more developers abuse this, the faster it will go away. curl -F 'access_token=YOUR_ACCESS_TOKEN' \ -F 'source=http://yourdomain.com/urltoimage.jpg' \ -F 'message=@[USER_ID:FirstName LastName]' \ 'https://graph.facebook.com/me/photos' For more info, http://developers.facebook.com/docs/reference/api/user/#photos
Ph Wd at Quora Visit the source
Other answers
Not yet. Facebook doesn't currently allow Write access to the Friends list. You can Read it for days and days though. The Friends list is first node of a social graph--I foresee Facebook protecting it for some time. It's a true competitive advantage. I also suspect the next phase of Open Graph (maybe even before PeopleSense launches, my idea of what they should call it:) will be Open People Tagging. So as a user, I can tag my Facebook Friends on any piece of content anywhere Open Graph is implemented.
Chris McCoy
Related Q & A:
- Is there a way of creating a interactive word document?Best solution by pcworld.com
- Is there a way to utilize a directv receiver for local HD reception without a subscription?Best solution by Yahoo! Answers
- Is there a way to attach a picture to your question?Best solution by Yahoo! Answers
- Is there a way to make my Facebook look nicer?Best solution by Yahoo! Answers
- Is there a way to reset your facebook?Best solution by Quora
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.