I'm trying to post to a fan page as the fan page, not as the user.
On the old SDK, I simply asked for "me/accounts" and received the access token. Now I can do the same, but I have no way to use that Token, since FBRequest takes its access token from the active session (also, it's a readonly property).
Does anyone knows how to create another session or simply FBRequests with the page token?
Thanks!
Found a solution, it's not the cleanest, but it's working:
Note: Updated for Facebook SDK 3.2+