Facebook API's fail on devices but not emulator

222 Views Asked by At

I have a Facebook 2.0 app and I am trying to upgrade to 3.0. I downloaded the new SDK but when I try to run the sample apps on my Samsung S3 or Note devices it fails with either of these errors depending on the app:

E/SpannableStringBuilder(31569): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length

E/JavaBinder(32460): !!! FAILED BINDER TRANSACTION !!!

The weird thing is that if I try to run the test apps through the emulator they work. I read some posts that say some manufacturers modify the Facebook app that comes with the device so I'm thinking this might be the issue. Does anyone have any ideas or has this happened to any of you?

0

There are 0 best solutions below