Graph API and iOS - objective-c

How can I use/implement the new Graph API from facebook in iOS programming (objective C)? Also parsing the JSON file returned by the API? I can't seem to find any examples out there. Facebook resources doesn't give too many details on iOS development.

Have you downloaded the Facebook iOS SDK from here: http://github.com/facebook/facebook-ios-sdk. It contains all you need to connect to Facebook from iOS and also sample code on how to use both the old API and the new Graph API.

Just now i have tried to search the same thing here is the link what i have got.
https://developers.facebook.com/docs/ios/graph
hope its helpful.

Related

IOS ItunesU search api?

I am trying to embed an ItuensU search feature inside my app. My question is what api I can use get the result which can be exactly same to the result user gets from Itunes search? Thanks in advance!

Get facebook page news feed

I'm coding a little IOS application and I wanted to know how do I get a the post/the news feed from a certain facebook page.
Thanks you and I hope that someone out there have the answer.
I believe it is not possible to access the news feed through the facebook ios api.

Apple/Google Maps SDK for getting directions data

I am trying to build an iOS application that will basically give me distance and route to how to go from my current location to a specified destination.
Does Google Maps SDK or Apple Maps SDK expose such an API to get directions/navigation data without leaving the app?
I know Google Maps API has directions data REST API, however I was looking for more integrated solution that utilizes MapKit directly, if any. Thanks for reading so far.
As far as I know, Apple is not supporting GoogleMaps in MapKit. I used GoogleMaps, and I need to import all libraries and add the functionality by code.
But it supports Apple Maps.

Looking for IOS framework for one off tweets in kiosk setting (ie no O/XAuth)

Are there any ios frameworks for single tweets (and/or facebook likes).
I needs something appropriate for kiosk style application. So I need to be able to say to the api, given this user/pass post this tweet.
Any ideas?
In a nutshell: http://getsharekit.com/
(Wow, I never noticed what a weird expression "in a nutshell" is..)
There's the Twitter Framework if you're targeting iOS 5

Fetching information from a facebook WebCal in iOS5

I'm building my first app which should fetch some events from a Facebook CalDAV. But I can't seem to define the source with EventKit. Am I reading the documentation wrong and is it only possible to get information from the iPhones calendar?
The source I'm trying to reach is:
webcal://www.facebook.com/ical/u.php?uid=614013015&key=AQCJQo9Dh5NqgP1Z
Does it provide a problem that it is a webcal and not an official CalDAV standard?
Thanks in advance
-Villars
I've looked it through and as I see it, EventKit doesn't give the option of connecting to a calendar outside iOS' own.