I am aware that in August Facebook made an announcement regarding pid and aid and cover_pid in FQL. My understanding was that it was just for one table, but I would appreciate a definitive answer on this.
It is just because the code below returns nothing:
$result1= $fql->query("SELECT name, cover_pid FROM album WHERE aid=$fbalbumid");
Where $fbalbumid equals say: 533472953348686 (an actual fb album)
The $fql->query part is part of This API Library - Eden.
It returns nothing, even if I use the FQL part of the Graph Explorer.
Have I made a mistake or do I need to convert these column names to the new ones?