I have a question about Facebook API.
Would it be possible to retrieve my friend's wall post via API?
I think I can get Facebook page and Group information after a lot of research, but I didn't know if I could get personal account (friend) wall information.
When I looked up the API, there was an article that said that I could post on my friend's wall via the API in the past, but now I can't.
http://facebook-docs.oklahome.net/archives/52072855.html
I would appreciate it if you could let me know if anyone knows the specifications around here.
Thank you for your cooperation!
facebook facebook-graph-api
https://developers.facebook.com/docs/graph-api/reference/v2.3/user/feed
is the basis.Why don't you get your friend user_id and individually?
If you are looking at the API.I think the official document would be better...
If you want to do something that /feed cannot handle.Could you add that case to the question?
© 2024 OneMinuteCode. All rights reserved.