I want to integrate Facebook video chat in to my ios application.Please suggest me some sample, if no sample is available then please suggest how to integrate facebook video chat into ios application.
Thanks
Sanjay
I donno if you already found the answer. You may wanna check out this XMPP library for iOS.
https://github.com/robbiehanson/XMPPFramework/wiki
Related
I am new to ios development. I want to integrate facebook for my ipad app and then i want to get the list of events. how do i get the events list.
Thanks in advance.
Raja
You'll probably want to start here. It details the Facebook SDK for iOS and has a reasonable amount of sample code to get you started.
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.
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:
How can we upload the video through iPhone App programmatically, can any one please provide me some sample code for the same.
Got a sample from:
http://urinieto.com/2010/10/upload-videos-to-youtube-with-iphone-custom-app/
But always getting "NoLinkedYouTubeAccount Error" while uploading the video.
Please help me.
Many Thanks
iPhone Developer
Sign in via web to your account. Subscribe to a channel and it will work. This must link your Google's account to your Youtube's account.
I just resolved similar problem by creating a channel in Youtube's account. Please check for the settings of Youtube's account before uploading the video.
In my iphone app i want retrieve videos list from my account in youtube, Is there any API to get this can any one help me out
Thank You
to get videos by user
http://gdata.youtube.com/feeds/api/users/USERNAME/uploads
the api is documented here,
http://code.google.com/apis/youtube/2.0/reference.html
you would make REST API requests from you iphone app
similar question with additional information
How to integrate YouTube API into my iPhone app?