I am using the Facebook SDK 3.0 for Android in my app to post updates on peoples walls. In my Insights area of facebook, it says that about 25% of my API calls are resulting in an API error. Under the 'most common API error' it says auth.extendSSOAccessToken. Under the 'API error breakdown' it says no API errors.
The only time I see auth.extendSSOAccessToken referenced in the Facebook developer site is an old bug that has been fixed. I've checked the token expiry date and they are being set to expire after 2 months so any tokens generated haven't had a chance to expire.
I am assuming that somewhere the session is requesting to extend the single sign on access token but I don't know why. I also don't know if this error is restricting people from signing on. I am not able to replicate this error on my own testing device so I am left with the limited information provided on the Facebook insights page.
Anyone familiar with this error and know how to prevent it?