Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebook グラフ API でユーザーの携帯電話番号と郵便番号を取得したいと考えています。以下の許可を使用しています。
PERMISSIONS = new String[] {"publish_stream", "offline_access", "user_birthday", "email", "user_location" };
この2つのもの(郵便番号と携帯電話番号)を取得する方法を誰か教えてもらえますか?