Facebook Intent Share Doesnt Show Activity Result On Share Click
I applied a facebook share on my app which of course includes a login but the problem is that when I shared a content to facebook the onActivityResult doesn't give any return. Foll
Solution 1:
You need to do
shareFacebookDialog.setFragment(this);
where "this" is the fragment to get the callback in the fragment
Post a Comment for "Facebook Intent Share Doesnt Show Activity Result On Share Click"