Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a series of unrelated apps that I want to share a login session across, and iCloud seems to provide the perfect solution for that.

I'm using OAuth, and I would love to share the token across multiple apps using the ideas talked about in Configuring Common Key-Value Storage for Multiple Apps.

The only limitation I see is that a 'primary app' needs to be identified, and, of my apps, I don't have one that can be identified as 'primary'. Indeed, my users may only install one of my apps in the series (which may not be the 'primary' app) but I still want to allow the token to be accessible from a central location.

Is it possible to share the token in this way without the user having bought/installed the 'primary' app?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.