I have a web application, which needs user's Facebook permissions, and perform some actions in the background. For most users, this app can get an access token with 2 months expiration time through oAuth process. But today I found it gets only one day expiration time access token from a few people.
Since the application is still under development, and testers are all my colleagues. So, I checked their Facebook permission settings, but I didn't find something particular which will affect the expiration time I get from oAuth. So, is there any possible reason why some people can get a longer expiration time, but some other people will only get a shorter one?