简体   繁体   中英

How to see our Facebook Wall Posts and filter friends Wall Posts according to our requirements in iPhone/iPad

i am developing iPhone application using Facebook library where I want to access my Facebook wall posts and display in my application. Also I want to see wall posts of only selected friends ie I want to implement filter in my application?

Check out facabook graph API (You should create facebook account first)

You can fetch friends and wall posts by "/me/friends" and "/me/feed" graph API calls.

Use facebook ios sdk to perform graph API call requests.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM