Hi all, I am trying to figure out a way to determine the Profile > Name (ie Username) variable which is visible in the Ning bar at the top, and also in the MySettings box in the upper right (ie above "Sign Out").
We are building a Form that a Member can fill out and I would like to include the Username as a field on the Form. Currently they have to enter this manually, best would be if this could be detected dynamically. By knowing this Username I can construct a link to their Profile, ex
http://networkname.com/profile/Username.
I've tried the OpenSocial examples, was able to make them work, and was able to obtain the Member data (including Username), but the solution is limited because A) they have to install an app B) it only works on their My Profile page.
It sounds like obtaining these variables (on any page) was possible with some PHP and the previous Ning API implementation. Can this still be done?
Thanks, Steve