Hello fellow coders,
As you may know we dropped the "addplayerid" feature in the Manialinks. We did that because for the Maniaplanet adventure to be as good as possible, we need to build a very robust system right from the begining; addplayerid was not compatible with that statement.
Hence we're now introducing ManiaConnect. It is a unified authentication system that let's your application authenticate players with their Maniaplanet account and retrieve various information. The great thing is that it works both on Manialinks and on Websites. With the open-source PHP SDK (to be released soon), integration is very easy.
It all relies on the OAuth 2.0 protocol. It's a standard that you can find on Facebook's, Twitter's and Google's APIs for instance. For those familiar with the TrackMania Web Services, ManiaConnect is the "oauth2" support that we introduced a few weeks ago.ManiaConnect: authenticate players with their Maniaplanet account on both Manialinks and Websites.
[Work in progress: hands-on tutorial]
Have fun !