Quantcast
Browsing latest articles
Browse All 2 View Live

Answer by Jack for Manipulate photos url in facebook custom feed (graph API)

I found a temporary solution. In order to display the missing links I've added a php function that checks if the image url exist or not.function checkRemoteFile($picture_url_big){ $ch = curl_init();...

View Article


Manipulate photos url in facebook custom feed (graph API)

i'm trying to display some custom facebook feeds on my website from a facebook fan page.This is a summary sample of the php I used, and it works fine.[...html code...]// include the facebook...

View Article

Browsing latest articles
Browse All 2 View Live