SparkyRih wrote:That's not really a bad idea to add as an optional feature... I will look into it some time...
Edit: Or even as standalone mod...
I know this was an old post, but I have some time, so I'm looking into it now. So far I have created an appID and will be looking into how to allow it to create a Subsonic ID if one doesn't exist, while using the existing one if it's already there.
Edit - ok, so I am very confused now! Trying to modify the existing registration engine to be able to pull data from the FB login page, but can't figure out how to "register" a new user and put that information into the current MySQL database that I'm using.
FB gives me an option to use a single "Login" button, and if they aren't registered, it will redirect them to a registration page, but I don't see how this information is placed into the MySQL db.
Here are the pages I am looking through:
https://developers.facebook.com/docs/guides/web/#loginhttp://developers.facebook.com/docs/plu ... istration/Any ideas how to get this to work?