facebook - Query album by name(Graph API) -


we going migrate graph api in fql.

using name of query conditions query albumid/objectid.

fql syntax used following:


select aid, object_id

from album

where owner=0000 , name=abcd

order modified desc limit 1


is possible implement graph api in same way?

no, that's not possible unfortunately. there no filtering methos available. you'll have query albums , filter in application, , query album_id selected

e.g.

 /me/albums?fields=id,name 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -