0

I've got an authenticate app button on my website

my problem I've got a booth in an event where users come to the booth authenticate my app on their account to get their account mapped to some RFID card after authenticating around 30 users in a row the user number 31/32 gets suspended with a message exactly similar to this

To Reproduce :

  1. Open up the website
  2. Hit Connect with Facebook
  3. log-out from Facebook
  4. Connect using another user & so on.

Note : I'm using a Galaxy Tab & all users authenticate/login from the tablet, then logout for another user to login.

Expected Behavior : - My App gets authenticated to user's account

What Really happens : - The app gets authenticated like charm, but after like 30 users, one or two users gets thier accounts suspended with the above message

Helal Ismail
  • 518
  • 1
  • 10
  • 22
  • Could you edit this to explain the question more clearly? It might help to spell out what you would expect from an answer, and what you've already discovered in your research so far. – pjmorse Oct 16 '12 at 14:17
  • Are you sure this isn't Facebook's standard protection for suspicious logins? I don't think it's specific to your app, the API, or anything your app is doing? – Igy Oct 16 '12 at 14:50

1 Answers1

0

Check the terms and conditions of your facebook API. Could be that you are limited to 30 concurrent users and might have to pay more to get a higher number.

RonanOD
  • 876
  • 1
  • 9
  • 19