On Jan 27, 2008 8:17 PM, Akash Xavier <[EMAIL PROTECTED]> wrote: > I see on facebook that whenever an app that accesses personal data is added > to your profile. It asks whether u want the app to use your xyz data or abc > data. Is OAuth implemented to do something like this?
Sort of, except that OAuth is really meant for cases where your data is held by a different organization than is running the social network. For example, if you were writing an app for your own social network and you wanted the app to access a user's google calendar, you would use OAuth to get the user's permission. Cheers, Brian

