-3

I implemented a small Facebook app via its SDK.

I was testing posting message to my wall extensively and today I saw that Facebook has frozen my account for 1 month.

I am now opening another FB test account.

How can I prevent them to freeze this one again?

sandalone
  • 41,141
  • 63
  • 222
  • 338

1 Answers1

0

Just try to not exceed the Facebook API call limits. Taken from the Facebook Platform Policies:

If you exceed, or plan to exceed, any of the following thresholds please contact [Facebook] as you may be subject to additional terms: (>5M MAU) or (>100M API calls per day) or (>50M impressions per day).

See also this question: What's the Facebook's Graph API call limit?

Community
  • 1
  • 1
borisdiakur
  • 10,387
  • 7
  • 68
  • 100
  • 2
    I suspect OP isn't using Test Users correctly: https://developers.facebook.com/docs/test_users/ – Igy Dec 05 '12 at 23:33