I have implemented facebook integration app for android. But when I create new app id & secret id (creating new app) & pass that app id to
Facebook fb = new Facebook(APP_ID);
It doesn't fetch friend list. But if I keep earlier APP_ID
, then I get my friend list. I don't know what is the problem.
Even I have tried these things in browser but I'm getting blank "data[]{}"
.