i want to get the userid and somethins other about user.
but i don't get this
i used pinax
what should i do ??
thanks
ex:facebook
Javascript (from therunaround demo):
FB.Facebook.get_sessionState().waitUntilReady(function() {
var user = FB.Facebook.apiClient.get_session() ?
FB.Facebook.apiClient.get_session().uid :
null;
}