how to implement facebook login in android using facebook sdk 4.7
问题 I am trying to login with facebook using android sdk 4.7. I have tried the following link http://www.theappguruz.com/blog/android-facebook-integration-tutorial http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/ 回答1: This code works for me, try it out and check that you are using facebook sdk 4.7 package com.kushal.facebooklogin; import java.util.Arrays; import org.json.JSONException; import org.json.JSONObject; import android.content.Intent; import android.os.Bundle;