Fql join; can I join two tables with FQL?

Take a look a fql. Multiquery https://developers.facebook. Com/docs/reference/rest/fql.

Multiquery It allows you to send multiple queries to the facebook platform. You can even have one query reference the result of a prior query, which is what you will need to do.

Take a look a fql. Multiquery https://developers.facebook. Com/docs/reference/rest/fql.

Multiquery/ It allows you to send multiple queries to the facebook platform. You can even have one query reference the result of a prior query, which is what you will need to do.

Do something like this: FB. Api( { method: 'fql. Multiquery', queries: { 'query1':'SELECT uid2 FROM friend WHERE uid1 = me()', 'query2': 'SELECT vid, owner, title, description FROM video WHERE owner IN (SELECT uid2 FROM #query1)' } } }, function(response) { alert('Photos: ' + JSON.

Stringify(response)); } ).

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