Why am I getting a 400 response code?
问题 I am trying to get some acquaintance in using facebook API using Java (restfb). I am trying out the following code. public class FBJava { private String API_Key = "xxxxxx"; private String API_Secret = "xxxxxxxx"; public String firstReq = "https://graph.facebook.com/oauth/authorize?client_id="+API_Key+"&" + "redirect_uri=http://www.facebook.com/connect/login_success.html& scope=publish_stream,offline_access,create_event"; public String secondReq = "https://graph.facebook.com/oauth/access_token