I am developing a Sencha Touch 2 application that uses the Facebook SDK to show the Facebook feed on the list. It works fine in my browser (localhost), but when I launch my application on my device (iPhone iPad), the feed does not load. Not when I open it through localhost in Safari on devices.
When I use the Safari console on my iPhone, it shows two logs that do not appear on my computer:
"JavaScript file on line 44: http://connect.facebook.net/en_US/all.js : received message of object type from https://s-static.ak.facebook.com , expected line"
Is this the cause of the problem? Perhaps the Javascript SDK FB functions are not recognized on my device?
Can someone help me? Thanks!
source share