Using IOS and facebook APIS - ios

Hi Does any one know how to use facebook chat apis with ios, I have use git command from the steps followed here http://developers.facebook.com/docs/guides/mobile/ios/ after that i dont have any idea how to create a sample app and what syntax to follow. Thanks a lot
Max

I haven't yet worked with the FB SDK, but their guide says
The Github repository contains a sample application that showcases the iOS SDK features.
And indeed here's the sample: https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You should check this sample app first. You can just open the DemoApp.xcodeproj file from your local git clone folder.

Related

Create iOS app in Kumulos?

i'm an iOS developer, but newbie to the kumulos, after creating app in the kumulos website i'm stuck in how to it implement Xcode. and the documentation inside the kumulos website isn't rich and helpful for that matter, any advice will be appreciated.
Thank you for you all.
Mark from Kumulos here. Assuming you have enabled the App Build feature, created tables to store your data, created API methods to access your data and then deployed your API methods to the Kumulos API servers. Download your SDK from your Kumulos console and follow these instructions to integrate the SDK into your Xcode project.
Unzip the bindings.zip file
Navigate to the IOS_OSX folder
Open your Xcode project
Drag and drop the Kumulos.h, Kumulos.m, and libKumulos.h files into your Xcode project.
If building for iOS, also add libKumulos_iOS_vx.x.x.a to the project. If building for OSX, add libKumulos_OSX_vx.x.x.a to the project instead
We've updated our docs site to make this process clearer. For any other queries, please do not hesitate to contact technical support from within your console.
Mark.

Google Cloud Messaging app for iOS

I want to use "Google Cloud Messaging" service in my existing iOS app but first i want to try on an tets app. I am trying to get register with GCM for Notifications. I have generated P12 files from apple developer account and than got the "GoogleServices-Info.plist" configuration file from google. I am following this link https://developers.google.com/cloud-messaging/ios/start , here first point is that get our sample project but i don't know that where i have to get the sample project and when i create my own new project and run this command "pod try google" is giving error that Unable to find a specification for google. Please help me in this regard.
Thanks
It's pod try Google (with a capital G).

How to integrate Aftership API in ios

I am working on iOS App where I have to use Aftership SDK for tracking the order-details. While integrating aftership sdk with my app I am facing problem of app crash. I have followed their doc https://www.aftership.com/docs/api/4 also downloaded the SDK from the link https://github.com/AfterShip/aftership-ios. It is not get clear, how to use from its docs page to integrate this API and I haven't found any useful blog or article which would guide me to integrate this.
Also we need to use pods for installation. As I am new to iOS I am not getting how to use pods and make the SDK ready.
This is my first time working on these type of project so Can anyone please help me, to get this done. I will be very thankful.

BBM integrated with App

I am developing an app where I need to use BlackBerry Messenger (BBM) in it. As I am new to Blackberry development I don't know how to do it. Actually I have gone through many sites & I came to know that I need to install BBM SDK ... after that I get problem not find class error .. I solved this by verifying the jar and used the generated one, but I still have the problem that I get the error and can't build the project .. So I need to know how to integrate BBM into my App?
As I am new to this development any small help will be appreciated.
Thanks in advance ...
This is the official page:
http://us.blackberry.com/sites/developers/blackberry-messenger.html
Also have a look at the TicTacToe sample project inside JDE.

Good example of how to build an iphone app that integrates with facebook

I have experience building iPhone applications, however I'm new to the facebook API for iOS. Does anyone know of a good example of an iOS app that will post to user's facebook wall? I'm trying to integrate this functionality into an existing app that I'm working on. Thanks!
Check out the following open-source project:
facebook-ios-sdk
It's an open-source library to let you post to Facebook from your own iOS app.
They have posted code for a sample ViewController here as well. Unfortunately this doesn't do an explicit wall update, but it does read the users' status and request them to log in. And underneath this you can retrieve the source for the entire demo application:
https://github.com/facebook/facebook-ios-sdk/blob/master/sample/DemoApp/Classes/DemoAppViewController.m#L79
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You can check our documentation for iOS SDK 3.0.8 here at
https://developers.facebook.com/ios/
Download the SDK package here at
https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg
Then try the samples/ folder for the existing samples.
Specially you can look at Scrumptuous and Hackbook for latest examples.

Resources