Good afternoon. I've implemented the Facebook API (v3) in my Android app so users can share achievements etc. When the Facebook Activity is finished then onActivityResult is called in the parent Activity.
How can I recognize if the onActivityResult was called from a Facebook-Activity? Can I define the requestCode Facebook should use?
Any help is highly appreciated.
Update
Am I right that the requestCode of Facebook is always 64206?