English 中文(简体)
问题w/图表
原标题:Problems w/ Graph API

This is my first post here, so forgive me for stupid questioning or describing my problem not „the programmer s way“. :-)

I ve added Facebook comments to my Wordpress blog. Now, I posted a test comment with another Facebook profile than the one I used to create the app.

Voila, 评论见该网址的图表。 工作良好。

我删除了该评论,但该评论似乎在网站的APIC图中仍然可见一斑。

Is there any cache for deleted comments!? How can I fix that?

我知道这一点很重要,因为我想说一场比赛。 用户必须通过“Facebook”评论箱在图片上添加字句。

It doesn t give me any benefit, if comments that have been deleted will remain in the Graph API.

任何解决办法? 你们还需要知道我谈论什么?

Cheers,

Axel

最佳回答

你可以删除评论,这种说法有点坏。 你们可以做的是从其他用户那里藏匿。 每一个用户,如果是用户的朋友,公布删除评论意见,也可看到评论和用户本身(在实际的纸浆评论箱中)。

此外,在图表中还将有! 推进言论自由的故事!

如果你删除内容的话,它就象对人们的公平竞争一样是站不住脚的,因为他们可能感到受到反对,那么任何人也不会有同样的机会。 一种能够适当核准评论/资本的制度将更有意义。 See Diskus for example.

If you wanna have the facebook comments social advertising boost though you could write all comments from the graph api into a database and then approve them manually. Another way would be just to tell users to subscribe/like your facebook page to see who s winning or to be able to win at all. Good luck

问题回答

暂无回答




相关问题
VS 10 mangles html comments?

Using the latest VS 10 we created html markup, then commented it with html comments. The file on disk is not mangled, but when it renders, it renders the html comment tags, then removes some of the ...

Comments & OpenSource software [closed]

This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the ...

Including commented Class declaration in implementation file

Everyone knows the advantages of a more readable code. So in order to make my code more readable what i do normally is include the commented class declaration in the implementation file of that class....

pair programming with comments [closed]

Over the years, I ve discovered that green-programmers tend to read the comments rather than the code to debug issues. Does having one person document the other person s code (and vice-versa) with ...

Commenting JavaScript functions á la Python Docstrings

It is valid JavaScript to write something like this: function example(x) { "Here is a short doc what I do."; // code of the function } The string actually does nothing. Is there any reason, ...

热门标签