php - Facebook Graph API get private contents -


i'd know if it's possible get, fb graph api, page's private contents, in particular images. these contents public , can them without problems, wonder if it's possible let people see them on website , no on facebook. i'm using php5. thank all!

you use url provided facebook api, when ever send request photos, provided photo id name tags etc, url pointing cdn. when place "facebook graph api getting photos" link in url bar, returned json object below.

images": [       {         "height": 1000,          "source": "https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xat1/t31.0-8/11312681_1632831730262788_3144782578590532304_o.jpg",          "width": 1600       },  

the source item, url of image want cdn. use url in iframe or other technique display on page. helps :)


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -