I want to show only my Facebook groups in my android apps.
I tried to do this using API Requests
Can anyone post any thread or sample example/code ?
Any better way to implement my task?
thanks I’m new in android development.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cna make a graph API request
You can make these requests using the Android SDK, as shown here .
You will receive JSON as the return value, and you can use this however you see fit in your Android application.
Then you can access the groups like this with a graph API
Starting with Graph API
API Reference