0
我使用春季社交Facebook連接到Facebook。連接工作正常。我試圖用下面的代碼得到用戶的位置:Facebook的春季社交 - 獲取用戶位置
FacebookProfile profile = facebook.userOperations().getUserProfile();
Reference rLocation = profile.getLocation();
Location location= facebook.fetchObject(rLocation.getId(), Location.class);
但我得到的是一個空的位置對象(它沒有任何細節)。我可以看到rLocation確實有一個名字(洛杉磯),但我也需要這個國家。
任何想法如何獲得實際的位置對象?
可惜不是所有的地方遵守這個約定,並在名稱有些人只包括城市,而不是國太。 – 2016-06-03 11:40:15