Inherits from WBBaseResponse : WBDataTransferObject : NSObject
Declared in WeiboSDK.h

Overview

微博客户端向第三方应用请求提供内容,第三方应用向微博客户端返回的消息结构

Properties

message

提供给微博客户端的消息

@property (nonatomic, retain) WBMessageObject *message

Declared In

WeiboSDK.h

Class Methods

responseWithMessage:

返回一个 WBProvideMessageForWeiboResponse 对象

+ (id)responseWithMessage:(WBMessageObject *)message

Parameters

message

需要回送给微博客户端程序的消息对象

Return Value

返回一个自动释放的WBProvideMessageForWeiboResponse对象

Declared In

WeiboSDK.h