English 中文(简体)
电话:1 标注
原标题:Iphone Facebook API attach photo to post wall

i 在使用该密码时有问题,以便在我的职位上使用Facebook AP:

    NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
                                                       @"FSM",@"text",@"www.me.com",@"href", nil], nil];

NSString *actionLinksStr = [jsonWriter stringWithObject:actionLinks];


NSDictionary* attachment = [NSDictionary dictionaryWithObjectsAndKeys:
                            @"I m going to:", @"name",
                            @"IMG URL", @"picture", 
                            self.reservation.evento.name, @"caption",
                            self.reservation.evento.date, @"description",
                            @"www.me.com", @"href",
                            nil];
NSString *attachmentStr = [jsonWriter stringWithObject:attachment];
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                               kAppId, @"api_key",
                               @"Compartir en FB",  @"user_message_prompt",
                               actionLinksStr, @"action_links",
                               attachmentStr, @"attachment",
                               nil];

[_facebook dialog: @"stream.publish" andParams: params andDelegate:self];

除该职位上显示的光灯塔外,所有产品都进行罚款。

任何想法?

增 编

最佳回答
问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签