please any one guide me how to display only groups list from Facebook account using Facebook sdk. I have search for that particular topic i found some link "https://developers.facebook.com/tools/explorer"
i am logged in that link i am seeing only my groups details using
"https://graph.facebook.com/100000923820661/groups"
but my doubt is how to display that groups list in my android emulator.
Thanks in Advance
The path you showed above is a Graph API request. You can make these requests using the Android SDK, as shown here https://developers.facebook.com/docs/reference/androidsdk/request/. You will receive JSON as the return value, and you can use this however you see fit in your Android application.