javascript - Reading from Page Albums to integrate website -
i have public website , have corresponding facebook page. restorations public website needs have images related each restoration. keep album each restoration within facebook , leverage same images instead of duplicating effort. use javascript sdk read albums page. can via graph api explorer /{pageid}/albums using token generator. however, users visiting public website should not prompted login facebook. there way can generate token allow me read , display images these albums without requiring them login?
this want solve server-side, not client-side, because expose token publicly.
if album public can generate app token server side , read images album using token.
Comments
Post a Comment