views:

20

answers:

1

When using the Facebook real-time callbacks to update user settings/details, are you able to access a users details even without a never ending token?

Realistically, we don't want to have to ask users for offline access, but still want to be able to update their details in our system. Is it possible to do this, or do you have to require offline access, or mark it to be updated whenever the user next visits?

A: 

For data that you have access to any time, you may wish to query for that data immediately so that requesting it does not slow down load times when the user returns to your application.

Dangit!

James

related questions