sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

Message text for the feed is not getting displayed on the post #441

Open Saket89 opened 7 years ago

Saket89 commented 7 years ago

Can you please help me out with this as the message text is not getting displayed on the post Feed feed = new Feed.Builder() .setMessage("Testing Demo") .setLink("youtube.com") .build();