Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"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": {
      "kError":1455006
    }
  }
}

Can anybody explains what does it mean?

like image 458
iPhone Programmatically Avatar asked Dec 12 '25 12:12

iPhone Programmatically


1 Answers

(#506) Duplicate status message means that you have posted a message in a small period of time from a previous one

More here

How to avoid the "Duplicate status message" error in using Facebook SDK in iOS?

like image 174
balexandre Avatar answered Dec 15 '25 04:12

balexandre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!