So I have a CMS for my clients. They can send push notifications to their mobile app users. I got a request from one of my clients to implement support for it to also be able to post to a Facebook page wall directly when sending a push notification.
It works if I get a short-lived page access token manually through the Graph API explorer (manually as in, from my browser) and use it in combination with my (unapproved and unpublished) Facebook app. This token only lasts 60 minutes. Now I can get myself a Facebook app approved and all, but that means I would need to add a separate button that is blue so it conforms to their guidelines. Two buttons would defeat the whole purpose of having this functionality.
Perhaps it's a solution to have a pop-up dialog where the user can post directly to their Facebook page feed, and pre-populate it with the text they were initially entering in the textarea?
It's no issue if I have to manually get access to each Facebook page before it being able to work.
What's the best solution to posting to a Facebook page without having to get my Facebook app approved?