facebook-comments

Android app with Facebook comments

╄→尐↘猪︶ㄣ 提交于 2021-01-29 17:13:25
问题 I have an Android app which gets database items with unique ids. So, i want to make users leave Facebook comments about these items by using their unique ids. What is the best way to do that? I looked up Facebook Android SDK docs but it doesn't say anything about comments. These items are not Facebook posts. I wanna make Android version of facebook comments of web sites. Need your help. 回答1: It sounds like you want your users to make Facebook comments on items within your android app, much

Using social plugins for pre-existing Facebook posts

一笑奈何 提交于 2020-01-23 12:48:18
问题 If there a way to use the Facebook Feed, Comments, and Like social plugins for existing Facebook posts? We're looking for a way to have pages on our site supplementing existing Facebook posts made on our FB page. The goal is to keep all sharing, comments, and likes centralized around single post, rather than the usual model where each person shares a distinct post on their feed. Example post from McDonalds: http://www.facebook.com/photo.php?fbid=10151001277817014&set=a.10150319191897014

Post comment with facebook like button doesn't work

青春壹個敷衍的年華 提交于 2020-01-12 07:44:05
问题 Im tryng to use the XFBML implementation of the Like Button, as it is described in the facebook social plugin page The like button appears and works fine (it asks for a confirm action, but it works ok). When i press the like button, a new dialog comment box popups that lets me add some comment to appear to my wall. However, when i press the "post to facebook" button, nothing happens and the popup dialog remains there. Finally, the comment doesn't appear to my facebook wall. Any help?? 来源:

How to query Facebook comments plugin comments information using C#?

放肆的年华 提交于 2020-01-06 16:00:16
问题 I am trying to fetch comment information from this page (scroll down to **Comments Plugin Code Generator* section) I am using FacebookClient class from Facebook Nuget package to fetch the data. My code is the following: string oauthUrl = $"https://graph.facebook.com/oauth/access_token?type=client_cred&client_id={appId}&client_secret={appSecret}"; string accessToken = client.DownloadString(oauthUrl).Split('=')[1]; // this is included as a sanity check that the client can fetch data (correct

Facebook moderation link doesn't show when using hash in data-href URL

送分小仙女□ 提交于 2020-01-06 02:38:10
问题 I am using Facebook comments in my website. My problem is that I don't get to see the moderation tool. I see it when the code is embedded within the page when it loads. In my case, I load the comment section dynamically, inserting the comment div into another div and running FB.XFBML.parse(); . Note: I am using hash in the URL for the data-href. I do see the Facebook comments plugin and I can write comments, but the moderation tool is not visible. Any ideas how to make the moderation tool

Can't get the Facebook comment moderation to work

不想你离开。 提交于 2020-01-01 06:25:12
问题 I have implemented the Facebook comments plugin to a page on my site. In addition to this I would like to be bale to moderate the comments. I followed the instructions on the Facebook developer section and implemented as described. I wanted to use the inline moderation tool rather than create an app. So I placed the following meta data. <meta property="fb:admins" content="533551342"/> Where the content is set to my Facebook profile ID. I have then placed the script code as per Facebook

fb:comments-count tag not working in razor view

笑着哭i 提交于 2019-12-25 15:51:12
问题 I put facebook comment tag in razor view page. <fb:comments-count href=http://example.com/></fb:comments-count> awesome comments it breaks my page. is there a way to fix it? 回答1: You may not have included the facebook xml namespace in your <html> tag. <html xmlns:fb="http://ogp.me/ns/fb#"> 来源: https://stackoverflow.com/questions/9780524/fbcomments-count-tag-not-working-in-razor-view

fb:comments-count tag not working in razor view

折月煮酒 提交于 2019-12-25 15:51:04
问题 I put facebook comment tag in razor view page. <fb:comments-count href=http://example.com/></fb:comments-count> awesome comments it breaks my page. is there a way to fix it? 回答1: You may not have included the facebook xml namespace in your <html> tag. <html xmlns:fb="http://ogp.me/ns/fb#"> 来源: https://stackoverflow.com/questions/9780524/fbcomments-count-tag-not-working-in-razor-view

Load comments from open graph object into Facebook comments social plugin

纵饮孤独 提交于 2019-12-24 11:26:09
问题 I have created a website connected my facebook app. Users can login and post a custom action connected to a custom object with open graph, javascript sdk. This will also post with 'fb:explicitly_shared' set to true so it will generate a post on the users timeline. So these custom objects have their own url and on those pages i want to have the comment plugin. And i want that object page (with the comments plugin) and the post on the users timeline to share comments. I have tried setting a lot

Anonymous posting facebook comments?

孤人 提交于 2019-12-24 02:02:50
问题 Based on this https://developers.facebook.com/docs/reference/plugins/comments/ people can post using other third party services, but can users post anonymously on a web-site using FB comment system? 回答1: AFAIK, it is impossible to post anonymously using Facebook's comment system. Whatever the website, your comment will be associated to your facebook profile, if you are commenting using the facebook log in. 来源: https://stackoverflow.com/questions/10463718/anonymous-posting-facebook-comments