Open Canvas and App Settings Enhancements
This post seems to indicate that we should be able to get some sort of basic user info using the REST API even when the user doesn't have the app installed.I'm wondering what the request should look like.
http://api.msappspace.com/opensocial/v1/VIEWER/user.xml?opensocial_token=...
Gets me an error Rogue request trapped. URI:...
http://api.msappspace.com/opensocial/v1/VIEWER?opensocial_token=...
Gets me: User has not installed the current application or application does not have access to requested resource
What's the REST request for getting this basic user data for uninstalled users?
~Brock