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.

Is it possible to integrate a wall of a specific Facebook group into an iPhone application. Is it possible to do using Facebook connect? or any other libraries?

  1. The task is to display the wall of a group. Can we bypass sign up and display the activity on the wall on the tab?

  2. Would it be possible for a registered FB user to make posts from our iPhone app?

Thank you,

Slava

share|improve this question
Refer this: stackoverflow.com/questions/7343156/… – Aruna Lakmal Feb 23 '12 at 18:14

1 Answer

You need an access_token and query the GROUP_ID/feed connection.

For more information see https://developers.facebook.com/docs/reference/api/group/

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.