Quantcast
Channel: Read feed on a Facebook page without login in - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by arpo for Read feed on a Facebook page without login in

Thanks to @mch here commes version that uses php as a proxy to read a Facebook feed with JavaScript.Place a file called proxy.php on your server and add this code:<?php// always add this header to...

View Article



Answer by mch for Read feed on a Facebook page without login in

You can do it on the server side with PHP. Create a facebook App in the Facebook developer center to get a App Key and Secret Key. $profile_id = "1234567890"; //App Info, needed for Auth$app_id =...

View Article

Read feed on a Facebook page without login in

Is it possible to create a web site and, with JavaScript, read the feed from a Facebook page and display it to my sites visitor without them having to login, or even have Facebook for that matter. I'm...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images