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 There any way to get App info from api key and api secret on facebook, i want to get all info about my app and want to save in DB.

Site URL, Contact Email, Support Email, Daily New Users, Daily Active Users, Daily Canvas Visitors

share|improve this question
can you be more specific? What info do you want. – Abby Nov 28 '11 at 7:39
@Abby please check – Govind KamalaPrakash Malviya Nov 28 '11 at 7:41

1 Answer

up vote 2 down vote accepted

this information is available on the facebook developer app. The insights data you can get from the insights graph api. https://developers.facebook.com/docs/reference/api/insights/

share|improve this answer
I don't want to login I want to fetch app info from server side code with the help of api key and secret, I don't have access token. – Govind KamalaPrakash Malviya Nov 28 '11 at 7:53
2  
developers.facebook.com/docs/authentication/#applogin explains how to retrieve an app-specific access token using the Application ID and secret. You can use this token to retrieve your application's Insights data. – Martey Nov 28 '11 at 7:58
@Martey thanks its solved now. – Govind KamalaPrakash Malviya Nov 28 '11 at 11:55

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.