PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, March 13, 2022

[FIXED] Facebook app that automatically writes on fans wall, when some fan have birthday?

 March 13, 2022     facebook, facebook-javascript-sdk, facebook-php-sdk, javascript, php     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing