I've authenticated my user with the Facebook strategy and obtained their user info. My application now needs to hit other graph api endpoints on Facebook. I don't see a way to access a tool to send requests to the Facebook graph api. Upon inspecting the Strategy a little further, I see everything is built around the OAuth 2 strategy.
1) How do I use the facebook strategy to call other graph api endpoints?
2) Am I supposed to drill into the passport api somewhere to access a related oauth object somewhere to make this happen?
Or am I thinking about this wrong and I should be getting the user's access token and using another 3rd party library for querying the facebook api?