Projects

Scripts

Other

PXE

edit SideBar

GetUserSets

getUserSets() Will list out all sets that belong to the user. Requires the flickr user ID and will exclude listed set ID's (separate by space)

Use: getUserSets('72157617449333916 72157600970669953')

Array Output

Array
(
    [0] => Array
        (
            [id] => SimpleXMLElement Object
                (
                    [0] => 72157600968738578
                )

            [secret] => SimpleXMLElement Object
                (
                    [0] => f92fac1731
                )

            [server] => SimpleXMLElement Object
                (
                    [0] => 2118
                )

            [farm] => SimpleXMLElement Object
                (
                    [0] => 3
                )

            [num] => SimpleXMLElement Object
                (
                    [0] => 32
                )

            [title] => SimpleXMLElement Object
                (
                    [0] => Family
                )
        )
)

Element Explanations:

  • id - This is the id of the set.
  • secret - This is the secret for the set.
  • server - The server the set is stored on.
  • farm - The farm the set is stored on. (number)
  • num - Number of images in the set. (number)
  • title - This is the title of the set.s
Page last modified on November 24, 2009, at 11:43 AM EST
img cache