Facebook Graph API Support

Hi,

I’m struggling to to leverage the full power of Facebook’s graph API for my app using the existing facebook.request API call.

Currently I’m trying to use the ids and fields parameters to efficiently get bulk data from Facebook in a single call, but can’t get them to work in the app.

I would like either to pass facebook.request an empty path and use the optional param object to pass the ids and fields parameters in, or I would like to be able to directly construct the URL using the access token string provided by the facebook library.

Thanks,

[import]uid: 11757 topic_id: 12633 reply_id: 312633[/import]

Hmm, looks like this is becoming a real show stopper.

I need to be able to get fields from a users account, which are not returned by default. Without being able to at least specify fields, I’m going to have to drop a killer feature.

Is there anyway around this? [import]uid: 11757 topic_id: 12633 reply_id: 46229[/import]

My mistake, it turned out that I could make do without this feature for the time being. None the less though, currently in my app it’s making the difference between a single request and hundreds of requests!

I could reduce the complexity of my code and reduce the bandwidth requirements hugely with this feature! [import]uid: 11757 topic_id: 12633 reply_id: 46455[/import]