Facebook PHP integration?

by 5 replies
6
Hi,

Is there any way to integrate facebook with php.

so that when i enters some data in my site the information has to be update automatically in facebook.

ie, send response to facebook.
#programming #facebook #integration #php
  • You can create a custom Facebook App that can post info from your website to FB. However, any account/page that the info gets posted to would have to be signed in and authorize your App to make posts.

    -Ryan
    • [1] reply
    • Thanks for your quick reply....

      Is there any Facebook API where we can set our user authentication so that we automatically post the information on the facebook wall without login to it....

      I need to integrate it with oscommerce... When i add a new product to my site, I want to post the product information and price on my facebook wall without logging it..

      Thank you.....
  • You can do this with facebook api. You will also find many free PHP sample codes. You only have to create an application in facebook once and get the app key. Thats all you need.

    -Ali
  • you can use twitter feed, this free
    • [1] reply
    • One of the permissions you can ask for is offline access. There are some limitations but I think you can post to the wall if they are offline with it.

Next Topics on Trending Feed