I have a problem with tagging place in share dialog. I am using this code
ShareFeedContent content = new ShareFeedContent.Builder()
.setLink(text)
.setPlaceId(id).build();
ShareDialog.show(context,content);
but setPlaceId(id) has no effect. I mean when the dialog opens the place is not tagged and I have to select it again
I think that specifying place id should tag place automatically like this
I am testing it on android emulator and it shows this error but I don't know if it is related to the problem
UPDATE I have tested it on real device and same problem



I have changed the code to
and it worked. I had to see facebook SDK code