Skip to content

Instantly share code, notes, and snippets.

@rafaftahsin
Created October 12, 2015 10:58
Show Gist options
  • Save rafaftahsin/b3d9b14bc22966691946 to your computer and use it in GitHub Desktop.
Save rafaftahsin/b3d9b14bc22966691946 to your computer and use it in GitHub Desktop.
JSON Format of flickr API
<photos page="2" pages="89" perpage="10" total="881">
<photo id="2636" owner="47058503995@N01"
secret="a123456" server="2" title="test_04"
ispublic="1" isfriend="0" isfamily="0" />
<photo id="2635" owner="47058503995@N01"
secret="b123456" server="2" title="test_03"
ispublic="0" isfriend="1" isfamily="1" />
<photo id="2633" owner="47058503995@N01"
secret="c123456" server="2" title="test_01"
ispublic="1" isfriend="0" isfamily="0" />
<photo id="2610" owner="12037949754@N01"
secret="d123456" server="2" title="00_tall"
ispublic="1" isfriend="0" isfamily="0" />
</photos>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment