Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 requestWithGraphPath:@"[page_id_here]/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];

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

share|improve this question
what is the page_id here? – user231089 Jul 16 '11 at 12:03
something like 23112321391 – Serginho Jul 18 '11 at 20:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.