如何使用Facebook支持的api在C#的脸书页面中回复带有评论的评分 [英] How to reply the ratings with comments in face book page in C# using Facebook supported api

查看:87
本文介绍了如何使用Facebook支持的api在C#的脸书页面中回复带有评论的评分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用c#开发一个Web应用程序,用于以下内容。考虑使用面部书页面。客户访问该页面并给出评论评级的餐厅。现在我需要使用脸书Graph api回复这些评论。任何建议来实现这一点。



我有访问令牌并使用以下GET /v2.7/{page-id}/ratings HTTP / 1.1来检索评级数据。以上get方法的输出将提供评级3星,4开始等评论和独特的页面ID,日期时间等。我试过,但我无法找到回复评论和评级给出的解决方案。 />


我能够使用Graph api回复客户在墙上发布的帖子。但回复评论的评论让我很难受。任何建议或指导都将受到赞赏和有用。



我尝试过:



我有访问令牌并使用以下GET /v2.7/{page-id}/ratings HTTP / 1.1来检索评级数据。上面的get方法的输出将提供评级3星,4开始等评论和唯一的页面ID,日期时间等我试过,但我无法找到回复评论与评级一起给出的解决方案。

i'm developing a web application using c# for the following .Considered a face book page for e.g. restaurant in which customers visit the page and give ratings with comments . Now i need to reply these comments using face book Graph api. any suggestion to achieve this.

I have access token and used the following "GET /v2.7/{page-id}/ratings HTTP/1.1" to retrieve the ratings data. The output of the above get method will provide the ratings 3 stars, 4 starts etc with comments and the unique page id , date time etc. i tried but i was not able to find the solution to reply comments given along with ratings.

I was able to reply using Graph api for the posts posted in walls by customer . but the reply to the reviews with comments driving me hard. Any suggestions or guidance will be appreciated and useful.

What I have tried:

I have access token and used the following "GET /v2.7/{page-id}/ratings HTTP/1.1" to retrieve the ratings data. The output of the above get method will provide the ratings 3 stars, 4 starts etc with comments and the unique page id , date time etc. i tried but i was not able to find the solution to reply comments given along with ratings.

推荐答案

field = open_graph_story是可用于获取对象包含公共评论和id的选项。检索:{page-id} / ratings?field = open_graph_story to post:(POST){object-id} / comments
field=open_graph_story is the option available to get the object contains public reviews and id. to retrieve : {page-id}/ratings?field=open_graph_story to post :(POST) {object-id}/comments


这篇关于如何使用Facebook支持的api在C#的脸书页面中回复带有评论的评分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆