使用 facebook C# SDK 标记照片
很长一段时间以来,我一直在尝试标记 Facebook 相册中的照片以及使用 Facebook C# SDK 标记正在上传的照片。但我可以找到一种方法..
目前可以使用 Facebook C# SDK V 5 吗?
请告诉我。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
幸运的是,Facebook 刚刚添加了使用图形 api 标记照片的功能,该功能记录在 此处。
只需使用
FacebookWebClient
发布到“PHOTO_ID/tags”
。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"
.