CSSocial
 All Classes Functions Properties Pages
/Users/marko/Documents/CSLib/CSSocial/CSSocialRequestFacebook.h
1 //
2 // CSSocialRequestFacebook.h
3 // CSSocial
4 //
5 // Created by Marko Hlebar on 12/19/12.
6 // Copyright (c) 2012 Clover Studio. All rights reserved.
7 //
8 
9 #import "CSSocialRequest.h"
10 
14 @property (nonatomic, strong) NSString *permission;
15 
22 +(CSSocialRequestFacebook*) requestWithApiCall:(NSString*) apiCall
23  httpMethod:(NSString*) method
24  parameters:(NSDictionary*) parameters
25  permission:(NSString*) permission;
26 @end
27 
30 @end
31 
34 @end
35 
38 @end
39 
42 @end
43 
46 @end
47 
50 @end