I implemented the Facebook api to my app and its working, but when I tested the app in another phone, It threw this error:
Error performing query. [extra]: Errors while executing operation "ProxyAuthAppLoginStartQuery": At Query.proxy_auth_app_login_start: Failed to resolve field.
and when I click in the highlighted error, this piece is causing the error:
mCallbackManager.onActivityResult(requestCode, resultCode, data);
I don`t know what it is or what is causing this error :/
2
Answers
Make sure that the user on the other phone is listed as a developer / admin on the Facebook developer site under the roles menu.
Method 1: App under Development / Testing mode
Method 2: App under Deployment mode