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.

  1. first of need permissions:

    user_photos access user's album

    publish_stream post photos album

  2. you can create empty album of page issuing http post request me/albums following parameters:

    name- name of album

    message- description of album

    in return album_id can use post photos into

  3. you can add photos album issuing http post request album_id/photos following parameters:

    source- photo content (multipart/form-data)

    message- photo description string

reference: album


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -