Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.