I have implemented SocialAuth in my Android application. Posting a tweet to Twitter works fine.
Updating my status to Facebook using my developer account works fine, how ever with any other account a 403 – Forbidden error is being returned.
Do I need to apply for the “publish_actions” permission in the developer console? – which in turn requires me to submit my apk etc.