First, let me apologize if this is a repeat question. I did a search but didn't see a similar one. My question is this. Are we suppose to somehow always include FBAndroid-2.0.apk alongside the app that we develop for android that needs to use Facebook? So let's say I put MyCoolAppWithFacebook.apk on GooglePlay, am I suppose to package it together with FBAndroid-2.0.apk ? If so how can this be done? The facebook developer site have you install it using 'adb' too, as in 'adb install'. If I was to put FBAndroid-2.0.apk inside MyCoolAppWithFacebook/bin folder, it gets deleted every time I do a clean from Eclipse. Maybe I am missing something. Thanks for any pointers.
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.
|
|
No. They have you install it on the simulator for testing purposes. When a user attempts to use facebook from your app the facebook SDK will either open the native facebook app (if it is installed on the users device) or it will open the browser and handle the authentication through their website. |
|||||||||||||
|