I'm currently building an app that allows one to share a picture to Facebook and Twitter. Im using a UIActivityController to accomplish this and everything works just like I want it to. I can select a photo, share it along with a comment. The only text being shared is whatever gets typed in by the user and nothing added programatically. The pics and text show up on Facebook and Twitter just fine. The problem is when I send a post I get one of the following messages in xCode.
plugin com.apple.share.Facebook.post invalidated
or
plugin com.apple.share.Twitter.post invalidated
I've tested the app on several devices and always get the same messages and the posts always make it to Facebook or Twitter. Not sure what the problem is since everything works as it should.
Thanks in advance for any help.
Glenn