iphone - facebook api in ios4 - iphone

Facebook released new API that works perfectly on iOS4.
The API's that are in older facebook api are no longer working in new api.
I have the experience of integrating facebook api in iphone3 Apps. but now the api's are no more available.
I'd like to post a message the user's wall. How can I do it with latest API. Is there any tutorial. I googled a lot and I couldn't find perfect URL

Have a look at Dominic Dimarco's tutorial part 1 and part 2. Hope that helps.

There is an example in the Facebook Connect iOS SDK, download here.

Related

Importing Facebook Posts to an iPhone App

I'm new to Xcode and wondering if one can help me in how to import a facebook fan page posts to an iphone app? When importing the posts, the app's users should be able like/comment on any post.
Thanks in advance
In the first place, you should look at the Facebook's provided iOS SDK which works seamlessly.
Facebook iOS SDK
And you'll find what you want here through a graph api request.
Facebook iOS SDK Request
If you need it, I can provide you more guidance than that, but that shouldn't be necessary ;-)

Facebook and Twitter Integration with Unity for iOS and Android

I am new bee in Unity Development and developing an app in which I want to share a Image with Text on user's wall On Facebook and Twitter. I googled and got few links which says that buys plugins Prime31, I getting bit confuse on Followings.
How to Integrate Facebook and Twitter in Unity without buying any external plugins, like we can do easily in xcode.
If there are available free of cost Plugins, What are the links for tutorial and any helping Material, so that i can easily hookup with my app.
Can we do this task without plugins like in xcode we just need Facebook SDKs and same with twitter.
You should try UniShare, a sharekit for unity3d, both iOS, Android support, include twitter, facebook, linkedin, etc.
Let's Tweet in Unity
Haven't tested yet... but I'll post an update on my findings.
Facebook Unity SDK
It's the official SDK published by Facebook itself. Here's a tutorial.
Did you check ShareKit?
Documentations are here.
Have you tried SocialAuth
https://code.google.com/p/socialauth-android/
You can integrate Facebook , twitter , linkedin , myspace

share on facebook photo api new IOS

http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app
I found this tutorial to share photos on the facebook wall is perfect however if I change the ID of the facebook api, putting my ID instead of using the MyGrades it does not work, because the Facebook SDK has been updated and is no longer compatible.
I get the following message: "Sorry, the application you are using is Facebook integration is misconfigured ......"
've researched about the solution would be to update the facebook api.
anyone have a suggestion that works exactly like this example but with the current api?
http://www.crocko.com/D880103DB52C4426B1D7331A69CADDE4/FacebookPostTutorial.zip
With ios6, apple as introduced a number of their own sharing tools in the Social framework. I'd suggest that you look into SLComposeViewController. There is a good explanation of it in this question

iphone integrate facebook

i want to post any photo on to the facebook wall .so through iphone i want to develop such application please help me
you can use graph API for post image on facebook.
see this link:
http://developers.facebook.com/docs/reference/api/
Grab the latest Facebook iOS SDK, there you should find all of the posting examples to get you started. You will need to register an app on Facebook and get an Application Secret code to include in your app to test properly.

Facebook graph api with 'NATIVE' (no PHP) iPhone application

I want to use the Facebook Graph API in a NATIVE iPhone Application. I need help to POST images/message on facebook.
I know of these two resources on the net but they do not provide any help with posting on the user's feed.
http://www.capturetheconversation.com/technology/iphone-facebook-oauth2-graph-api
http://blog.corywiles.com/facebook-graph-api-with-a-native-iphone-appli
Facebook's new iOS documentation should help point you in the right direction. See the iOS Scrumptious tutorial https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/ which walks you through the basics.