How to get my Facebook App' access token?
Answer:
Assume you have your created a Facebook application, and you have the two things: App ID & App Secret.
You can get the access token by a simple curl command.
# curl -F type=client_cred -F client_id=APP_ID -F client_secret=APP_SECRET https://graph.facebook.com/oauth/access_token