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 ログインを介してユーザーを認証するモバイル アプリがあります。次に、このアプリは RESTful php Web サービスと通信します。これで、facebook が OAuth ダイアログを使用し、ユーザー セッションが作成されることがわかりました。Facebook の OAuth トークンを使用してユーザー セッションを承認しますか? それとも、ユーザー セッションを管理するために Web サービスで OAuth を個別に使用する必要がありますか?