As mentioned in the title, the Ios version of this app works fine on a physical device. However, when I try to build it on an android device, I get an error
I had also that issue today and solved by modifying the package to have the last parameter - dataAccessExpirationTime.
new AccessToken(
configMap.getString("accessToken"),
AccessToken.getCurrentAccessToken().getApplicationId(),
AccessToken.getCurrentAccessToken().getUserId(),
null,
null,
null,
null,
null,
null)
You will see this issue in FBGraphRequestModule.java and Utility.java file. So please fix both files.