开发者

IPhone FBConnect post to page wall

开发者 https://www.devze.com 2023-03-21 04:50 出处:网络
I need help in topic. I use GraphAPI. I can post to my own wall with using: [facebook requestWithGraphPath:@\"me/photos\"

I need help in topic.

I use GraphAPI. I can post to my own wall with using:

[facebook requestWithGraphPath:@"me/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];

I can post image to group wall using:

[facebook requestWithGraphPath:@"[group_id_here]/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];

But when I try:

[facebook requestWithGraph开发者_运维问答Path:@"[page_id_here]/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];

I have no luck. What's wrong? Thanks in advance

0

精彩评论

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