开发者

Using Facebook Android SDK (API-key)

开发者 https://www.devze.com 2023-01-28 13:48 出处:网络
I\'m trying the Facebook Android SDK, but I don\'t开发者_StackOverflow社区 know where to insert my API-key.

I'm trying the Facebook Android SDK, but I don't开发者_StackOverflow社区 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?


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";
0

精彩评论

暂无评论...
验证码 换一张
取 消