110 error_code = Missing User Cookie (as in Jamie's comment)
For me, this came up in my App when I logged out of the 'Facebook
' App that cleared the cookie (after prompting for confirmation). Now, coming back to my App, the facebook object still holds the stale 'access_token
' and the previous session data.
I got around this, by trapping '110
' error after 'post_id
' is returned as 'null
'. If found, do a 'logout
()' and then ask for a re-login to get hold of a new 'access_token
' before posting new messages.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…