Right now I'm trying to create a multiplatform application that connected to facebook.
I've successfully send invitation and posting to timeline via web application, right now I'm planning to post to timeline and sending invitation on facebook via android and iOS apps, I've already managed to authenticate and getting user data from the mobile device (android and iOS). So the question is can I send the token I get from the mobile device to the backend server via API and let the backend server post to timeline send invitation in the same way I post to timeline and send invitation? if yes how can I do it? is it possible if I use the graph API?