Does anybody know a good framework for twitter and FB integration to iPhone app which support location sharing as well ? I tried out sharekit but it seems it does not support geoaware tweets... any help would be much appreciated.
iOS5 has a native Twitter integration and Facebook has a native iOS SDK (https://developers.facebook.com/docs/reference/iossdk/)
Have a look at this post to do Twitter integration. So Integrating Twitter in > iOS 5.0 is quite simple and does show a nice dialog:
Related
I am developing an application on Unity and need location information of my friends. Facebook Graph API says i have to submit the app for review before accessing these informations. Since my target platform is not facebook but iOS and Android. Why do i need to submit the app here?
Facebook also asks for apk build and iOS link, Do they review this like iTunes? Please clarify.
If yes, How can i submit the build when its still in development phase ?
Any suggestions would really be helpful.
Thanks in advance...
is it possible to share images from camera/gallery to Facebook/Twitter in a Phonegap app with the ShareKit plugin? Is it possible to do it with any other plugin? I see that Facebook Connect does not have that option, how do phonegap developers deal with this situation?
Regards, Jasha
I'm trying to figure out whether the latest facebook-ios-sdk (v3.0.8) is supposed to automatically make use of the new iOS 6 Facebook integration to support "Login with Facebook" without delegating to the native Facebook app.
The post at https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/ says "In iOS 6, Apple is introducing Facebook integration built into iOS directly, which further simplifies the process" and "The Facebook SDK for iOS will automatically choose the best option when you attempt to use Facebook login".
In my app on iOS 6, Facebook login is still delegating to the Facebook app (I'm signed into Facebook in the iOS Settings screen, and I believe everything else is in order). Does anyone know exactly what the behavior of Facebook login should be on iOS 6? Should the process look different than on iOS 5?
On https://developers.facebook.com/ios/ the following message is displayed:
Upgrade to 3.0 SDK. We will be adding support for the much anticipated iOS 6 integration to the SDK in the coming weeks.
So, unfortunately it looks like we have to be patience.
this is Shireesh from Facebook. As rightly said by Robin, the iOS SDK update with the iOS 6 integration will be out very shortly in the coming weeks. It will have support for Native login from iOS 6 settings.
It was released today, Facebook iOS SDK 3.1 with native login and native share.
I am new to xcode4 iphone programming , I am trying to create webservices; for example searching flickr or twitter and displaying the result .
are there any example or tutorial that i can utilize to learn how the search and display works?
Thanks
Some Tutorial may have changed the API, but will help you a lot.
Twitter
iOS 5 and the Twitter Framework: First Steps
iOS 5 and the Twitter Framework: Advanced Techniques
iPhone SDK: Connect to Twitter with OAuth
facebook
How To Get a User Profile with Facebook’s New Graph API from your iPhone App
How To Use Facebook’s New Graph API from your iPhone App
Facebook iOS SDK Tutorial : iPhone App Facebook integration with SSO (Single Sign On) FBConnect
Integrating Facebook in iOS
flickr
iPhone JSON Flickr Tutorial – Part 1
iPhone JSON Flickr Tutorial – Part 2
iPhone JSON Flickr Tutorial – Part 3
webservice, sharekit
iOS Quick Tip: Interacting with Web Services
iOS Project Spotlight: ShareKit
You can read these tutorials, they are very useful:
iOS 5 and the Twitter Framework: First Steps
iPhone SDK: Connect to Twitter with OAuth
You can search the site for more tutorials, it has a very good tutorial for every field, apps/games and for iOS and Android.
I am new to programming on the iPhone and I want to integrate Google+ in my application. Is there any API for integrating Google+?
Sure, Google have an Objective-C API for many of their public services available at http://code.google.com/p/google-api-objectivec-client/
The Google+ iOS SDK and sample application demonstrates how you can integrate the share plugin, sign-in button, and use the Google+ history API.
https://developers.google.com/+/mobile/ios/