Fetch facebook user Data
问题 Hey guys I am able to login the user to its facebook account and post a content on his profile. But what i am not able to do is get facebook users information. I dont know where is the access token which if given by facebook for a session. I am using fbConnect.jar and adding it in my lib folder and build path Following is the code i am using :- private Facebook facebookClient; String information; Button fb; //** Called when the activity is first created. *//* @Override public void onCreate