Quantcast
Channel: Populate Facebook Feed Dialog from SQL database - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Lepidosteus for Populate Facebook Feed Dialog from SQL database

You want to produce a javascript object, the easiest way is to use json_encode(), which will take care of all the escaping for you: <?php $fb_feed = array( 'name' => $name, 'method' => 'feed',...

View Article



Populate Facebook Feed Dialog from SQL database

is it possible to populate Facebooks Feed Dialog dynamically with PHP variables fetched from an SQL database in a safe way? ... // calling the API ... var obj = { method: 'feed', redirect_uri: 'YOUR...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images