On Wed, Aug 19, 2009 at 4:01 AM, Carl H.<[email protected]> wrote: > I am currently working on an OAuth provider for Android. As such any > application could use the OAuth application across the device > ecosystem. The idea would be that the OAuth application has already > been authorized to a majority of OAuth enabled sites and let other > application use that information for sending request to those sites. > As such it would be useful to have an API key per device instead of > per application. So each device (mobile user) would have its own key > which could be used by several application.
This is how we're approaching the problem: http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html. Cheers, Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
