我想在Facebook上得到图片和链接。/* make the API call */ new GraphRequest( AccessToken.getCurrentAccessToken(), "/{post-id}", null, HttpMethod.GET, new GraphRequest.Callback() { public
当用户已经登录时,我正在尝试获取用户的电子邮件。我已经能够启动一个新的活动,当用户已经登录,但似乎无法获得电子邮件或用户的名字。这是我的代码,以便在用户已经登录时启动活动。 // If already logged in,start new activity {
Intent intent = new Intent(LoginActivity.this,HomePa