我正在尝试向我的Android应用程序添加一项功能,该功能允许用户与标记为签到的其他人“签到”。我的checkins方法没有问题,可以通过添加用户ID作为参数来标记某个方法(请参见下面的代码)publicvoidpostLocationTagged(Stringmsg,Stringtags,StringplaceID,Doublelat,Doublelon){Log.d("Tests","TestinggraphAPIlocationpost");Stringaccess_token=sharedPrefs.getString("access_token","x");try{if(is