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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

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