Issue
Is it possible to create an facebook application for administrator of fanpage, that have functionalities for posting birthday greeting on their wall when particular fan or fans have a birthday?
Solution
Luckily, this is not possible, as it would be pure spam.
You would need to authorize every single User with the App, request the publish_actions
and user_birthday
permissions and store an Extended User Token (that is valid for 60 days). You will never get publish_actions
approved by Facebook in their review process, because it´s not allowed to autopost. Also, the message must be 100% User generated according to the platform policy.
TL;DR:
- Not possible
- Not allowed
Answered By - andyrandy
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.