The facebook instructions state that a facebook login should only be performed once (or when permissions are revoked) and then only occasionally to increase app permissions.
The docs (http://docs.coronalabs.com/plugin/facebook/login.html) state that only the facebook API’s login function take a listener function (which receives Facebook Graph API responses.)
If facebook login is only meant to be called once how can other requests be made?
I am seeing a user request to login to facebook every time facebook.login() is called, which means I either can’t make requests for friend lists or I annoy the user regularly.
How can we listen for facebook API responses without forcing the user to login every time?
