lucascorrea / SCFacebook

The SCFacebook 4.1 is a simple and cleaner to use the api facebook-ios-sdk Objective-C Wrapper (https://github.com/facebook/facebook-ios-sdk) to perform login, get friends list, information about the user and posting on the wall with ^Block for iPhone. Suporte 4.71 FBSDKCoreKit, FBSDKShareKit and FBSDKLoginKit. Facebook SDK

Home Page:http://www.lucascorrea.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Req: Add a method to post scores (useful for games)

nickbit opened this issue · comments

It would be useful to have a simple call to post scores, very useful for games.
Thank you,
Nikos

There is a method + (void)graphFacebookForMethodPOST:(NSString *)method params:(id)params callBack:(SCFacebookCallback)callBack; or GET for those cases that do not have a specific.

not working