While I use facebook connet, I notice that there are two kind of response that facebook OAuth may return. One returns the access_token with expires info, and the other return the access_token without expires info.
access_token=AAAB50hPcMgkB...BJqZBetQGdUMISZAOdMwuZBOnLcxLpEZAGA&expires=6973
access_token=AAAB3oZB...J5eUklzXZINnd4KVqxbHdWVyh12SIzp5R7sKOAPG8N8ICLlY9vJ4ZD
Any idea why these two different results will generate? How should I handle the access_token return without expires?