Little php facebook help

6 replies
Hi All,

Im working on building a pp and need a little help to get the script to post to wall and to post to fan walls


This is what i have so far


i have uploaded the index.php file and in the link it has publish_stream

publish_stream i beleive should bring it up but lost

I have this in the config file

$curl ='access_token=...' ;
$message = 'Check out this funny article' ;
$link = article.html' ;
$picture = example.;
$name= 'Article Title' ;
$caption = 'Caption for the link' ;
$description = 'Longer description of the link' ;


Not sure what i need to do to get this to post to walls and such any help would be great


Thanks
#facebook #php
  • Profile picture of the author TristanPerry
    Erm, could you provide more information? What script are you using? What do you mean by "publish_stream i beleive should bring it up but lost"?

    Clarify a few things and we'll be able to help you better
    Signature
    Plagiarism Guard - Protect Against Content Theft
    {{ DiscussionBoard.errors[2349239].message }}
  • Profile picture of the author Gdubbs316
    im making a facebook app were i need it to publish to the wall your wall and fans wall.

    Now in the index.php that i uploaded there is a part in the link under callback.php&scope=publish_stream,offline_access i beleive that after i click on that first page it should get it to pop up to publish to the wall
    {{ DiscussionBoard.errors[2349251].message }}
  • Profile picture of the author Gdubbs316
    not sure if that helps at all
    {{ DiscussionBoard.errors[2349258].message }}
  • Profile picture of the author Gdubbs316
    im not sure that i have the config setup right to call from the publish_stream
    {{ DiscussionBoard.errors[2349270].message }}
  • Profile picture of the author Gdubbs316
    i need someone to add publishes to a wall to the app that might explain it a little better
    {{ DiscussionBoard.errors[2351123].message }}
  • Profile picture of the author rickd222
    Quadruple post lol

    Could u please use the edit button ?
    I cnat help you, but googleing for facebook app sourcecodes may help.

    Cheers
    {{ DiscussionBoard.errors[2357078].message }}

Trending Topics