Apprequest of Android Facebook sdk 3.0
问题 I am using the updated Facebook SDK V3.0 final for Android. I am trying to send app requests to facebook frineds who do not have the application. The code is: public void fbookinvite(){ Bundle postParams = new Bundle(); postParams.putString("name", "X"); postParams.putString("message", "DOWNLOAD X."); Session session = Session.getActiveSession(); postParams.putString("access_token", session.getAccessToken()); if (session==null||session.getState().isClosed()){ System.out.println("session is