我正在集成facebook API,即FBConnect在我的墙上发布消息,我已经在其中集成了FBConnect API,我正在获取Fb登录屏幕,但之后没有得到帖子到墙的对话框。你能告诉我这个问题吗?我该如何解决这个问题。
感谢。
答案 0 :(得分:0)
您可以使用这些线路在墙上发布消息
FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];
dialog.userMessagePrompt = @"Enter your message:";
[dialog show];
如果你想发布一些图像,那么使用dialog.attachment,对于任何超链接你可以使用dialog.actionLinks。