Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm getting grays with Facebook API and FB App installed on the phone.

I perform check if FB is installed, just to log it, and I get the following:

10-23 12:08:35.193: W/FAcebook(21888): PackageInfo{41908a68 com.facebook.katana}

(So, Facebook found) and then when I try to perform login / photo upload:

10-23 12:08:40.208: E/ActivityThread(21888): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider

In my app, if FB app is not installed, it all works fine. If FB is on the device it self, it does not work, but I do not get (any more) the message that App is miss-configured.

I get only that small error in Log, and when I try to perform action from my app, the FB app appears for couple of seconds with spinner "working", then it disappears and that's it.

Does not crash, does not log me in, does not give any info...

share|improve this question
Are you using v3 of the Facebook SDK for Android? – James Pearce Oct 23 '12 at 20:22
Yes, I'm using the 3.0 version. – Balkyto Oct 24 '12 at 6:19
Sorry - one other question, what version of the Facebook app itself do you have installed? – James Pearce Oct 24 '12 at 17:18
Hi James, well It's Facebook 1.9.6 installed. I've changed the code in the mean time using sessions in proper way, so I do not have issue with this any more. But this problem remains for apps designed for old API. – Balkyto Oct 25 '12 at 9:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.