I have followed many examples and looked at many questions regarding this access token error, but I can\'t seem to find out why I am getting it or how to fix it.
I i
Well After some time, noticing that FBSession.activeSession was not nil, what I was missing before sending the request was:
if (!FBSession.activeSession.isOpen) { [FBSession openActiveSessionWithAllowLoginUI: YES]; }