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'm trying the Facebook Android SDK, but I don't know where to insert my API-key.

The error I get when trying to log in using the Example-app is:
"Login Failed: android_key_not_configured"
where do I find this?

share|improve this question

1 Answer

up vote 2 down vote accepted

Did you read through this ? https://github.com/facebook/facebook-android-sdk

here is from one of the examples :

public class Example extends Activity {

    // Your Facebook Application ID must be set before running this example
    // See http://www.facebook.com/developers/createapp.php
    public static final String APP_ID = "175729095772478";
share|improve this answer
I think that error occurs when you don't do the "setup single sign on" part in the README at the site Alex pointed to: github.com/facebook/facebook-android-sdk/blob/master/README.md – Charlie Collins Dec 3 '10 at 16:27
Yes I did. I followed it step by step, but I still get the error. – Anders Dec 3 '10 at 16:28
Ok. I posted my comment before I saw yours. – Anders Dec 3 '10 at 16:28
I have edited the APP_ID, but I still get the same error. – Anders Dec 3 '10 at 16:29
I'll try doing the "single sign on". – Anders Dec 3 '10 at 16:31

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.