Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I implemented facebook comments on my site. I asked a friend to test it by commenting something, the comment appears. Now I want to delete it and I can't.
Any ideas how can I remove negative comments from my own site?
You can try using the comment moderation tool: https://developers.facebook.com/tools/comments
I think it needs the App ID in the header, see this thread: Facebook comment moderation tool
<meta property="fb:app_id" content="{YOUR_APP_ID}">
If the Facebook comment in question was made on your wall then you can delete it on Facebook.
There is an X button that appears on hover for comments posted on your wall.
I do not know if there is an api for that.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 hours ago.
Improve this question
I used https://www.facebook.com/bloomuploader/ in the past to upload a bunch of photos.
I see now that all albums that I created via that app have disappeared, including their photos.
In the attached image you can see, that the album is still there, but all photos are hidden.
Any ideas on what could be happening here, and how to get my photos back? Thank you!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I did some google search on cars and the next day i started getting advertisement on cars on Facebook. Do Google and Facebook share browsing data, if so how.
Since they are concurrents, this would seem unlikely. You might however have left some clue that you were searching about cars on Facebook. The algorithm bases itself on pages you've visited. Also, many webpages contain a tracker from Facebook, generally bundled in the "Login with Facebook" button or "Like this page" button. It lets Facebook know you were there. That's probably what happened.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I can't seem to find any resource online that's why am asking here. If you are on Facebook and receive notification on your email when their's any activities on your Facebook Profile. If you see the email it will be written "notification+pu5h3p_d#facebookmail.com".
Why is Facebook using "+pu5h3p_d", is there any reason or anything.
It's so if you reply to that email, Facebook's servers can identify which conversation thread it's from and automatically post your reply as a comment.
Here's how it works:
Facebook: Replying to Comments through Email
Stack Overflow: How do I build a notification email/reply system like Facebook?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I can't seem to find the answer to this anywhere:
If I create a custom page tab for a facebook app, loading my web app in an Iframe within Facebook:
What browsers are supported?
Any browser that supports iFrames and that are Facebook (without iFrames) are supported.
Opera, FireFox, SeaMonkey, Internet Explorer, Chrome and many more should support this.
However it is very unlikely that lynx would support this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
The community reviewed whether to reopen this question 10 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
How do I go about either making, or retrieving facebook short url's (fb.me) from a page, profile, event etc? I want to update my url shortener site - but if the user links to a facebook page I want to just return a fb.me link instead. Does facebook make their short urls on the fly, or does each page automatically already have one?
Facebook uses Bit.ly's services to shorten links from their site. While pages that have a username turns into "fb.me/<username>", other links associated with Facebook turns into "on.fb.me/*****". To you use the on.fb.me service, just use your Bit.ly account. Note that if you change the default link shortener on your Bit.ly account to j.mp from bit.ly this service won't work.
You can use bit.ly api to create facebook short urls find the documentation here
http://api.bitly.com
I'm not aware of any way to programmatically create these URLs, but the existing username space (www.facebook.com/something) works on fb.me also (e.g. http://fb.me/facebook )