I have over half-a-dozen apps with Facebook integration. They all used the old Facebook iOS SDK (prior to the sing-sign-on version of their sdk). Everything worked fine for the last year or so. Now, all apps report the error: "action links must have strings 'href' and 'text' attributes," which is a total bs since they do and it has worked.
When I remove the action-links (from Xcode and run), things work fine except that the "user_message_prompt" text is ignored (i.e. no customized message presented to the user). So, has facebook basically decided to force everyone to update to their latest sdk or am I missing something? I am surprised that I didn't find many such complaints.
I know, if I am going to release an upgrade, I will just migrate to the latest version (I hate to be forced to upgrade every time a third party decides to release upgrade to their sdk though).
Thanks