I want to develop a Facebook integration in my iPhone apps and is there any way to customize the Facebook integration so please tell me any link or any idea to develop this functionality.
Thanks in advance.
Check the facebook API at http://developers.facebook.com/docs/reference/api
You can use the webservices provided by facebook which ill let your application communicate to it with xml/JSON
Facebook has written an SDK for iOS. You can get up and running with their documentation.
http://developers.facebook.com/docs/guides/mobile/
Try ShareKit or FBConnect
Check out theses links, All your answers are present.
Tutorial for FBConnect
Add a Like Button
Related
How do I display a Facebook post in a native View in an iOS App? Is there something like TweetKit for Twitter (https://dev.twitter.com/twitter-kit/ios/show-tweets)?
If not, how can I fetch the data for a Facebook post? Is this possible without logging in?
Without login, you can't get any information regarding the facebook.
I think this link will help you
https://developers.facebook.com/docs/sharing/ios
Good luck
In other words: Are there better alternatives to Parse if you want to develop a cloud-enabled app and don't need any Facebook integration?
You don't need to integrate Facebook into your app, if you're using Parse. It's only an option. But if you're using CocoaPods you can get errors if you do not attach the Facebook SDK to your project.
Please give me a link to any tutorial for login via Google+ api.I am stuck.I alredy tried https://developers.google.com/+/mobile/ios/ for that but after changing the clientID it continuously shows an error about invelid_scope on simulator.I need to integrate it in iOS 6.if you have any clue.Please give me feedback as soon as possible.Thanks in advance.
You need a compatible api towards the iOS 6.
According to the facebook documentation, there is a way to Sign In with Facebook in your iOS app, however, is there any way to Sign Up with their API ? Thanx in advance.
A workaround might be using the Windows Azure for iOS Framwork: http://bit.ly/PAwAGx
But I havn't used it yet, just read about it.
Is there any tutorial out there showing how to use OAuth on IPhone?I download it from Gitgub. I want to send a mesage from my app to twitter.How to implement this...Anybody help me to immlement this?Advance thanks
Another option: DETweetComposeViewController
It uses OAuth for iOS4 and the built-in Twitter features in iOS5.
sai, you might want to look at the Socialize SDK (http://www.getsocialize.com) which will help manage the entire Social Integration process (FB/Twitter) for you without needing to know OAuth. Oauth is kind of a pain.