I have just implemented the feed dialog in my app for sharing activities on facebook. My requirement is to have some prefilled message on the feed dialog while sharing. But is prefilled messages on feed dialog really now been deprecated by Facebook from July 12. Please confirm the news and suggest a solution how to go for "prefilled message".
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- facebook “could not retrieve data from URL”
- setRequestHeader Content-Type causes POST request
- Sharing to Facebook Stories
相关文章
- Facebook login for group members
- Checking & Unchecking Checkboxes inside a JQuery M
- The method FB.api will stop working when called fr
- How to show appropriate icon on dialog box
- React native deep linking vs Facebook SDK conflct
- What are event and UI parameters in Dialog
- Open file from windows file dialog with python aut
- Android - getting an error “no application can per
“News”? Lol.
You can only do that, if you do not use the feed dialog, but post using the API.
But Platform Policies say you must not post any text that has not been entered by the user themselves beforehand (IV. Application Integration Points, 2.).
Giving them a pre-filled text box where they can edit the given message before submitting it to your app would be a gray area. But you should also keep in mind that if lots of users submit the same, unaltered message and you post it to their timeline on their behalf, Facebook’s algorithms will most likely detect that very easily – and therefor distribution of your posts might be limited.