Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的数据库中使用 FaceBook Connect API 存储在注册控件中提交的值。任何人都可以让我知道获取方式,也分享一些代码将非常有帮助。
您只需要从 facebook 对象调用网络服务
Facebook facebook = new Facebook(appId); SessionStore.restore(facebook, context); String response = facebook.request("me");
然后您将获得一个 JSON 对象作为响应,您可以根据要求对其进行解析