I have two apps on Facebook, one setup a couple of months ago, another setup today.
I'm using the code in the docs for login and posting using fb.permissions = ['publish_stream'];
If I use the App ID for the first FB app everything works fine. If I use the App ID for the second FB app I can't post anything.
The login interface displays differently for each FB App ID. The 'enter code' screens are different, and the first one asks for permissions to post, but the second one doesn't. When I check permissions on Facebook for these two, the first one has the following line, which the second one doesn't: This app can also - Post on your behalf.
The only difference in my Titanium code is the App ID. The only difference in my Apps configurations on FB are their creation dates.
So can someone confirm whether Facebook has updated something that now prevents the Ti code from working. Or am I just going nuts?!
Thanks.