Reputation: 3286
I believe my question this time is simple. Let say I have a webpage, which lets user to link theirs account with account on my webpage. Let say at some point facebook bans invalid account (assume some of them were bots and spiders), is there a way to check which and if any of my users got banned?
Upvotes: 1
Views: 131
Reputation: 43816
Deactivated accounts won't work with the API , so a call to /USER_ID
will return false
Update: This message was updated recently (Q3 2012) to be a valid exception - it now returns a real exception for all privacy failures and / or accessing nonexistent or deleted content
"error": {
"message": "Unsupported get request.",
"type": "GraphMethodException",
"code": 100
}
Upvotes: 2