Skip to content
uncleLem edited this page Nov 26, 2012 · 1 revision

FacebookSender - with this class you can share images and/or messages to your wall in the name of your app

  1. Call configure method to (re)set Facebook constants and then you can use share method for posting.

  2. IMPORTANT: you have to call onActivityResultCallback method in onActivityResult of your activity

NOTE: if you try to use share method before configure, exception will be thrown.

Clone this wiki locally