Reputation: 5546
If I'm logged in with my real account, I can get all data I need.
If I'm logged in as a test user, the application authorization (canvasAuthorization) fails for the test user.
If I try to login using the test user's email and password, I get that account does not exist.
user:
{
"id": "499304595",
"access_token": "217288868300629|2.****<removed***>.1305802800.0-499304595|gJYycHQgDO1VSYXCvDqFjHZeDV0",
"login_url": "https://www.facebook.com/platform/test_account_login.php?user_id=499304595&n=BVSAcsDrBhiPIQZ",
"email": "ucaibnh_vijayvergiyaberg\u0040tfbnw.net",
"password": "734921974"
}
How do you use test users? I don't want to fill my wall with testing posts:)
Upvotes: 1
Views: 915
Reputation: 9431
I think you ran into a facebook bug that has already been tackled. Normally it should have worked.
Upvotes: 0
Reputation: 1353
I wasted too many hours messing around with test accounts before finally deciding to manually create a real account that I use like a test account.
I love the idea of real test accounts, and I hope the system matures quickly, but until that day using a real account that isn't your actual account is the best method I know for getting work done (assuming you aren't doing automated or large scale testing, of course).
Upvotes: 4
Reputation: 1269
Did you checked that you don't have the Sandbox enabled for that application?
Upvotes: 0