No data returned in intent while using Google+
问题 I am working on an android application. I require following: 1.Post something on google plus. 2.After sometime I want to count +1's and total shares of my post. I am doing it like this( as suggested in samples given in android sdk ) String action = "/?view=true"; Uri callToActionUrl = Uri.parse(getString(R.string.plus_example_deep_link_url) + action); String callToActionDeepLinkId = getString(R.string.plus_example_deep_link_id) + action; // Create an interactive post builder. PlusShare