开发者

posting on friends facebook wall using Iphone application

开发者 https://www.devze.com 2023-03-03 21:02 出处:网络
I want to make an iPhone application through which users can post on their friends wall, i know how to post on my own wall but can\'t post on fri开发者_Go百科ends wall.

I want to make an iPhone application through which users can post on their friends wall, i know how to post on my own wall but can't post on fri开发者_Go百科ends wall.

What do I need to do to get the desired result for Facebook?


first time get friend get friend list

[_facebook requestWithGraphPath:@"me/friends" andDelegate:self];

then select friend and post his/her wall

 [_facebook requestWithGraphPath:@"frined_ID/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
0

精彩评论

暂无评论...
验证码 换一张
取 消