Unable to retrieve tagged photo info using FQL?

If you want more infos, here is the full list of data you can get from the photo table: developers.facebook.com/docs/reference/f... about the pid: yes, that is not the "real" photo id. I think you have to select the column "object_id" for the real id."The pid is unique only for a given user. " - so you cannot really work with it anyway, I guess just include those columns from my link you need, like this: SELECT pid, src_big, object_id FROM photo.

If you want more infos, here is the full list of data you can get from the photo table: developers.facebook.com/docs/reference/f... about the pid: yes, that is not the "real" photo id. I think you have to select the column "object_id" for the real id."The pid is unique only for a given user. " - so you cannot really work with it anyway, I guess.

Just include those columns from my link you need, like this: SELECT pid, src_big, object_id FROM photo...

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions