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?
