FBConnect facebook.stream.publish with NSDictionary problems

后端 未结 4 993
北恋
北恋 2021-02-10 16:51

I have this code that can\'t send a Facebook request until now.

NSDictionary *firstDict = [NSDictionary dictionaryWithObjectsAndKeys:
    @\"image\", @\"Type\",         


        
4条回答
  •  我寻月下人不归
    2021-02-10 17:13

    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.

提交回复
热议问题