I am confused how to implement JSON parsed code into my Android Studio. I have a Facebook page and I have generated the permanent access token from Graph API, now
I don’t know how to connect it to Android Studio project where i want to show news feeds from that Facebook page into my app. Just need code that will implement it in studio Java file.
I cannot show app Id and token for security purpose.
Any solution to this question is appreciated.
Thank you.
2
Answers
i found out a solution by which i generated Facebook feeds text to show in my app.
first of all you should know about Retrofit through which i fetched Jason data and accessed graph API.
HERE IS THE LINK : https://www.learn2crack.com/2016/02/recyclerview-json-parsing.html
this is how u can pass your API
}
maybe this is what you are looking for:
JSON Parsing in Android
Otherwise – If you simply want json parsing:
Android Json Parsing
check this out too