Upload album to facebook from another website -
assume have know fb api, want ask "any way upload album fb website?".
ex: xkcn.info/archive website, develop checkbox function allow user can mark pictures , upload facebook, create album or photo...;).
thank lot.
yes of course possible.
first of need permissions:
user_photosaccess user's albumpublish_streampost photos albumyou can create empty album of page issuing
http postrequestme/albumsfollowing parameters:name- name of album
message- description of album
in return
album_idcan use post photos intoyou can add photos album issuing
http postrequestalbum_id/photosfollowing parameters:source- photo content (multipart/form-data)
message- photo description string
reference: album
Comments
Post a Comment