Note that there are some explanatory texts on larger screens.

plurals
  1. POPublishing To User's Wall Without Being Online/Logged-in - Facebook Sharing Using Graph API
    primarykey
    data
    text
    <p>Hi i'm new to facebook sharing. I want to make a user log in using his uid and then store these for further uses</p> <p>The primary purpose is to share links in the user's wall</p> <p>next time onwards without showing the facebook window i want to post in to his wall through ajax.</p> <p>How is it possible any help regarding this will be appreciated!</p> <p><strong>EDIT</strong></p> <p>I used the example given and then tried curl function</p> <p>got this error</p> <pre><code>HTTP/1.1 403 Forbidden Cache-Control: no-store Content-Type: text/javascript; charset=UTF-8 Expires: Sat, 01 Jan 2000 00:00:00 GMT P3P: CP="Facebook does not have a P3P policy. Learn why here: http://fb.me/p3p" Pragma: no-cache WWW-Authenticate: OAuth "Facebook Platform" "insufficient_scope" "(#200) This API call requires a valid app_id." Set-Cookie: datr=g4JBTb4OsRZxBAztV7iIkpWg; expires=Sat, 26-Jan-2013 14:34:43 GMT; path=/; domain=.facebook.com; httponly X-Cnection: close Date: Thu, 27 Jan 2011 14:34:43 GMT Content-Length: 93 {"error":{"type":"OAuthException","message":"(#200) This API call requires a valid app_id."}} </code></pre> <p><strong>EDIT SO THAT SOMEONE MAY FIND USEFUL</strong></p> <p>FACEBOOK CONNECTION</p> <pre><code>$facebook_connect = array( 'appId' =&gt; 'YOUR APP_ID', 'secret' =&gt; 'YOUR SEC KEY', 'access_token'=&gt;"USER'S ACCESS TOKEN", 'cookie' =&gt; true ); </code></pre> <p>POST TO USER WALL</p> <pre><code>$facebook-&gt;api("/PROFILE_ID/feed", "post", array( "message"=&gt;"Hi Friends Join ****", "name"=&gt;"You're invited to join ****!", "link"=&gt;"www.****.com", "description"=&gt;"Great site", "picture"=&gt;"http://www.****.com/logo.jpg", "caption"=&gt;"Join *****" ) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload