Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to add news to facebook directly from my website. In other words, when I add news to website it should also go to my facebook page. iam using php for my website. it is not a blog I am struck here. Please help

share|improve this question
You'll have to use the facebook APIs. But what you should really be doing is saying what technology you are using, what you have done so far and where exactly you are stuck. – Nihathrael Feb 5 at 8:44
What type of news syndication are you using? I'm assuming you have a blog, but there are a number of different blog platforms available, each with their own language support. – Ape-inago Feb 5 at 8:49
i am using php and it is not a blog . it is simply a website. – FatehAcademy Int Feb 5 at 11:32
so far i have created the application. now i do not know to integrate it with my website. i do not know what is my next step for the task – FatehAcademy Int Feb 5 at 12:29

closed as not a real question by cpilko, Igy, Perception, ithcy, user97693321 Feb 6 at 4:25

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

What you are looking for is Facebook's Graph API. It is covered on Facebook's page for developers.

Javascript is required to create the type of integration you mentioned.

You can get started here: https://developers.facebook.com/docs/getting-started/graphapi/

For a comprehensive reference, visit this link: https://developers.facebook.com/docs/reference/api/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.