You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alertText = [NSStringstringWithFormat:@"Please retry. \n\n If the problem persists contact us and mention this error code: %@", [errorInformation objectForKey:@"message"]];
Samples corresponding to the iOS tutorials on http://developers.facebook.com
5
+
6
+
* FBGraphAPISample has example calls to the Graph API to request the user's information, request an object, post an object to the graph, stage an image using Facebook's image staging service, and delete an object. You can find the tutorial for this sample [here](https://developers.facebook.com/docs/ios/graph/).
7
+
8
+
* FBLoginCustomUISample implements Facebook Login using Graph API calls and a custom button. You can find the tutorial for this sample [here](https://developers.facebook.com/docs/ios/login-tutorial/#login-apicalls).
9
+
10
+
* FBLoginUIControlSample shows a simple login with Facebook using the standard Facebook Login button. You can find the tutorial for this sample [here](https://developers.facebook.com/docs/ios/login-tutorial/#login-button).
11
+
12
+
* FBOGSample publishes an [Open Graph](https://developers.facebook.com/products/open-graph/) story using Graph API calls. This app also implements Facebook Login and asks for the necessary permissions to post to Facebook on the user's behalf. Find the tutorial [here](https://developers.facebook.com/docs/ios/open-graph).
13
+
14
+
* FBOGSampleSD publishes an [Open Graph](https://developers.facebook.com/products/open-graph/) story using the Share Dialog. Find the tutorial [here](https://developers.facebook.com/docs/ios/open-graph).
15
+
16
+
* FBShareSample shows how to publish a link and a status updates using both methods: the Share Dialog and Graph API calls. Find the tutorial [here](https://developers.facebook.com/docs/ios/share).
0 commit comments