You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OAuth Objective-C
When I tried to make a post query,
I am thinking to add a method to ,
- (void)performPostMethod:(NSString *)inMethod atURL:(NSURL *)inURL
withParameters:(NSDictionary *) inParameterDictionary withTarget:(id)
inTarget andAction:(SEL)inAction {
but I noticed current design, MPOAuthURLRequest call only has member
- (void)addParameters:(NSArray *)inParameters;
does not support (NSDictionary *)inParameterDictionary;
It will not convenient to make a post call.
Will you have plan to extend it or do you have better solution for
post method?
Could you please provide some sample code?