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 a whole bunch of API Keys/Secrets from all of my old Facebook Apps stored in my database. However, Facebook does not support the API Keys only the App IDs, which I don't have. I have tried getting it via:

https://api.facebook.com/method/fql.query?query=select+app_id,api_key,+canvas_name,+display_name+from+application+where+api_key=322f44d0eec1544f6f3eea32a1af6142

but no dice, I can only select with App IDs like:

https://api.facebook.com/method/fql.query?query=select+app_id,api_key,+canvas_name,+display_name+from+application+where+api_key=19670737304

I'm not able to log users in or get their user IDs without their App IDs. Does anybody have any idea about how I could get them or am I not going to be able to get them?

share|improve this question

1 Answer

Go to https://developers.facebook.com/apps and select the App you're looking for and it shows the App ID and Secret

share|improve this answer
It was from an app builder and there are thousands of api keys. – Adam Cox Dec 14 '11 at 22:59
And, they are not in my Facebook developer account. – Adam Cox Dec 15 '11 at 0:50
3  
Then you're out of luck, sorry. – Björn Kaiser Dec 15 '11 at 6:40

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.