Skip to content

Latest commit

 

History

History
84 lines (37 loc) · 812 Bytes

fb_graph_album.rst

File metadata and controls

84 lines (37 loc) · 812 Bytes

Class

FB_Graph_Album

Methods

setMessage

.. function:: setMessage()


    Set message

    Album description


    :param string:

    :rtype: void



setPrivacy

.. function:: setPrivacy()


    Set privacy

    https://developers.facebook.com/docs/reference/api/privacy-parameter/


    :param array: privacy parameter

    :rtype: void



__construct

.. function:: __construct()


    Constructor


    :param string: the album name

    :rtype: void



create

.. function:: create()


    Create a album


    :param string|int: the profile ID (eg - me)

    :rtype: string the new album ID





Constants

CONNECTION