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 have the application id of the Facebook Application and I want to get the page id of that application on Facebook using Graph API to Like it(I have already done the Facebook page Like functionality), Can any one there help me out please.

e.g. here is some application on Facebook.

https://www.facebook.com/YepmeShopping?sk=app_190322544333196.

I just want to get the page id of this application.

Thanx in Advance...please someone help me out!

share|improve this question

1 Answer

Just follow the Graph API documentation: Make a Graph API request to the app id @"190322544333196 and the URL of the page will be returned as the link field of the response.

The Facebook iOS SDK can help you with creating the request and parsing the response.

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.