android-simple-facebook
android-simple-facebook copied to clipboard
Message text for the feed is not getting displayed on the post
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();