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.
An error that is generated during the compilation phase, often due to problems with invalid syntax and/or types. Compare to [runtime-error].
0
votes
0answers
28 views
Application error
I have created application on facebook to connect my facebook with my blog on WP. I have entered the app id and the key to settings of my plugin, but it can not authorize me.
{
"error": {
...
3
votes
1answer
727 views
“Duplicate status message” error from Facebook graph API
I get the following message in the facebook graph API:
{
"error": {
"message": "(#506) Duplicate status message",
"type":"OAuthException",
"code":506,
"error_data": {
...