简体   繁体   中英

Tagging photos using facebook C# SDK

I have been trying since a long time to tag the photos in facebook albums and to tag the photos being uploaded using the Facebook C# SDK. But I could find a way..

Is it currently possible with Facebook C# SDK V 5?

Please let me know.

Luckily Facebook have just added the ability to tag photos using the graph api which is documented here .

Just use FacebookWebClient to POST to "PHOTO_ID/tags" .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM