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

Sunday, March 6, 2022

[FIXED] Facebook sdk. Publish on people wall

 March 06, 2022     facebook, facebook-graph-api, facebook-javascript-sdk, facebook-php-sdk     No comments   

Issue

I developed an application a while ago that published messages on people walls, but I remember I had problems with sdk upgrades that restricted publishing on wall features.

Now I'm developing a new application that's supposed to have a similar feature, but not sure if it's even possible (I'm guessing it's not though), so my questions are, with the latest Facebook sdk:

  • Is it possible to publish a message on 'someone's wall without him granting permission for it?

  • If not, is it possible to publish a message on 'someone's wall if he authorizes my application to?

  • Is it even possible to publish a message on my own wall using my user credentials?


Solution

  • Facebook has disabled posting to a friends wall completely using the SDK, whether you were granted permission or not. See the February 6, 2013 Update. You should use the JavaScript Feed dialog instead setting the to field of the user you want to message.
  • No. As above.
  • Yes, you need the publish_actions permission to do this using the SDK.


Answered By - Niraj Shah
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

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