Getting Profile Information via proxima
Proxima
michael:
Proxima is not an API for you're jamroom site, its a mobile site backend capable of supporting multiple apps from a single installation.
So you could have multiple apps feeding info to a proxima server and all of those profiles remain unique to the app that created them.
So you will only be able to get information back via proxima that was created via proxima. (because the app's ID '_app_id' will be stored along with the info.)
Profiles created via the web interface will not have an associated _app_id for anything because they were not created via an app, so will not be retrievable via proxima.
This was the case (mostly) with Proxima 1.0, but with Proxima 2.0 things have changed:
1) You can use the Proxima Bridge module to get data from any Jamroom DataStore backed module
2) If you enable the "Single Sign On" option in the Proxima Users module, then your user accounts will be available across all your Proxima apps.
Right now the Proxima User module does NOT include profile information from the JR side, but could do so pretty easily. I'll add that as a TODO on this end and make it an option you can enable in the Proxima User module.
Hope this helps!