I've created a Facebook Page and I have a Rails app. My goal is to post automatic statuses to this page as the page owner, but I have problem with access_token - how to obtain the access token and use it?
I saw the gem called fb_graph, which could be appropriate for this task. But my worries are, how to obtain all tokens and needed credentials for posting statuses from the Rails app automatically every day?
Thanks