I have this code that can\'t send a Facebook request until now.
NSDictionary *firstDict = [NSDictionary dictionaryWithObjectsAndKeys: @\"image\", @\"Type\",
I couldn't find a way to send the dictionary with an array but there's another class that works for me:
FBStreamDialog
Which brings up a dialog before it sends the information and it's delegate methods lets you know about changes.