I'm using the YQL Api to retrieve contacts from user's account, since today it all worked well since I only had 1 contact.
I imported my contacts from Gmail to have more real test with more than 1000 contacts, but when I tested my code I recived the following error:
"Authentication Error. The table social.contacts requires a higher security level than is provided, you provided APP but at least USER is expected"
The code is the same, but stop working after importing contacts.
Anyone know why?
Thanks.