Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
problems relating to detecting or dealing with multiple instances of what should be considered a single item in collections.
-1
votes
1answer
1k views
No success in merging duplicate pages [closed]
I have two pages, same names (in Russian), want to merge them together. I see the "Merge duplicate pages" link in a bigger page admin panel, but after clicking the Merge button NOTHING happens. Does ...
0
votes
2answers
159 views
INSERT only once into MySQL or update if exists - Facebook App
I've been trying to make a facebook game for some weeks now and I am stuck.. it probably will be a easy question to answer but it is my first time working with mysql and I didn't find something to ...
2
votes
1answer
107 views
Unwanted duplicate image on hover
I really hate having to result to this, but this problem has me on the edge of my seat.
To make a long story short, I'm trying to add a small music player widget on my site along with a music tab ...
2
votes
0answers
86 views
Duplicate Page Redirect: How do I find the connection?
I am developing a Facebook application where I want to filter a user's friends by school. The problem I am having is when there are duplicate pages for a school user's may not have the same page ID.
...
2
votes
0answers
99 views
Handling duplicate pages in graph API using existing FB de-duplication
Edit: I'm working on an application that stores a user's education history and groups users by the school they attend. Having two representations of the same school is unacceptable. In the example ...
0
votes
0answers
77 views
“Duplicate” and “Limit” problems in posting the feeds onto Facebook from iOS application
I just want a app like Status Shuffle.
While testing this app, I found that I can post the multiple same messages and unlimited messages onto facebook without any error.
However, while posing the ...
2
votes
1answer
2k views
How to avoid the “Duplicate status message” error in using Facebook SDK in iOS?
I want to post the several same messages onto my feed/wall in an iOS application.
From the 2nd try, I receive this error -
(#506) Duplicate status message.
How can I solve it?
1
vote
1answer
707 views
SBJson Conflict with Facebook sdk iOS
I'm developing an application using SBJson framework.
now i want to add the Facebook SDK to my app but i get duplicate classes errors.
probably Facebook using some other version of SBJson source.. ...
0
votes
0answers
20 views
When someone tags a user on a post, facebook duplicates that post on the stream table?
i'm pretty new with FB API and right now i am getting the wall/last posts information of my friends and then getting my own wall/last posts.
The thing is that when i query the stream table for my ...
3
votes
4answers
1k views
Like button just started showing duplicates. Has something changed on facebook's end?
Sometime in the last few days all of the like buttons on my site are now showing duplicates and the spacing around them has changed so there is way too much space. Has something changed recently on ...
0
votes
1answer
260 views
Send news feed with the new facebook.php class
Hi i'm new developer of fb apps and i want to know how can i send a message to the wall of my friends using the new facebook.php class http://github.com/facebook/php-sdk
I do it this
$result = ...