Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Which announcement are you referring to? – Igy Nov 16 '12 at 7:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.