3

我是一名安卓开发者。我开发了我的第一个 helloWorld 应用程序,但在创建 facebook 会话时遇到了一些问题。

我遵循了许多教程......例如:http ://www.kpbird.com/2013/03/android-login-using-facebook-sdk-30.html

我在我的活动中添加了一个 LoginButton 并创建了一个会话处理程序。处理程序被调用,但会话永远不会打开。为什么?

步骤 1. 点击按钮 {Session state:OPENING, token:{AccessToken token:ACCESS_TOKEN_REMOVED permissions:[]}, appId:15xxxxxxxxxxxxx}

步骤 2. 用户接受条件... {Session state:CLOSED_LOGIN_FAILED, token:{AccessToken token:ACCESS_TOKEN_REMOVED permissions:[]}, appId:15xxxxxxxxxxxxx}

我生成哈希码并将其插入到我在 Native Android App (Key Hashes) 中注册的应用程序中。

当我生成哈希时,我设置了一个随机密码,可以吗?

4

1 回答 1

2

您是否已在 AndroidManifest.xml 中插入了您的 facebook 应用程序的 app-id?您可以查看本教程获取芽数据(在您的情况下,特别注意第 6 步):

https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/

祝你好运!!

于 2013-04-02T13:34:53.747 回答