I am using graph api for facebook to post message on the wall. I am able to post the message on the wall successfully but after certain number of posting i am able to get error on console
{"error":{"message":"(#341) Feed action request limit reached","type":"OAuthException"}}
I think this error is occurred due to too many post on the wall. So how to avoid this error. Does anyone have an idea as what might be going wrong here or how I can better debug this problem?
Had a similar experience and came across this post while searching for a reason as to why FB was limiting the number of posts. We were actually doing some testing of sharing news articles from an app authorized with FB and since we were sharing the same link over and over again, it marked them as spammy and decreased our limit to 7!
Here are some guidelines. http://edoceo.com/notabene/facebook-api-oauthexception-341
If you ever happen to be testing, make sure you are not doing the spammy tests because that would decrease the limit on the app.