Following the tutorial on Facebook Android SDK Official Site, in the place where I set the uiHelper .onActivityResult
, I realised that.. whether I post something to the web or not (even if I simply press the back button directly), "onSuccess" would be always called.
I also discovered this Android Simple Facebook library, which simplify the process a lot. However, following the tutorial, I found that no matter I succeeded with posting or not.. I ended up having "onFail" called.
I wonder what should I do now to verify if user has successfully posted the result
Update: I realised a similar question with solution is posted here