salesforce login in ios native App - ios

I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.

what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.

Related

IOS App suggest twitter friends to users?

Hi i have been searching for a while for this i want to implement a feature where if a user login my app through twitter she sees who she follows on twitter who already joined my app and gives her the opportunity to follow them on my app like Meerkat does for example.Im using rails for my backend if that healps.
Any help pointing me to right direction is much appreciated.
(PS: Linkedin does it with email but Im interested with only twitter).
Well after some more researching i found out that meerkat uses https://get.fabric.io/ to the best of my knowledge. im going to try it.

Tumblr Integration in ios

I want to Integrate Tumbler in My app and also Want to share image on Tumblr.
I have demo for TumblrConnect which is on Github but I can not find proper way to Integrate Tumblr.
Only one Time Asking For Tumblr Login and Then When I tickMark Tumblr option image share on Logged in Account.
I went through Tumblr SDK project on Github, even after providing right credentials not able to login might be framework is outdated,
I'm unable to figure out how to integrate tumbler in iphone application.
Please help me.
Please give me code if anyone have working like this with Tumblr.
Here's the full SDK and documentation of how to setup and integrate Tumblr in iOS (also for OSX) app.
https://github.com/tumblr/TMTumblrSDK
http://cocoadocs.org/docsets/TMTumblrSDK/1.0.8/

Likes on official page on facebook in ios

I'm trying to search approach to get like on official page on facebook in my native iOS app.
I read many questions and answers and the resume is no method for this in iOS SDK, but I found that facebook can open access for this method in API.
Where can I send my request for?
I'm sorry if I'm asking in wrong place. I don't know where I can ask.

Facebook logout after posting iOS- Kiosk App

I have a kiosk app. I need users to login to post on facebook and immediately after posting force the facebook account to expire or logout.
In my understanding, I though couldn´t use the Social Framework of ios 6 because doesn´t work for the login/logout of many different users because it´s attached to an account in the settings of the device. So, I used an old code Facebook of Andy Yanok prior to ios5. Everything works perfect, except that so far I am not able to logout the session, after posting. At the moment I am looking for alternatives, maybe with the ios facebook SDk or inside the facebook app. I have cero experience with facebook apps so I have no idea if that is possible.
So, I would like to know if someone has experience with implementing facebook on an ipad kiosk. And how can I perform log-in window, posting and logout in the easiest way. If this can be done with the fb sdk or which is the fastest alternative.
If the facebook app is the option, please explain with detail , like I said I have very little experience making facebook apps.
Thanks!!
Ok the solution I used for this was to use the same Facebook code I already had and add some additional code to the log-out in the Facebook.m to delete the cookies. I found the code to implement here

FaceBook Login with IOS

So here is my quandary:
Ive been asked to build a mobile app that works just as an existing web application works. The web application uses FB login to authenticate users and I need to do the same in ios/Android. The simplest solution is to use a webview and simply view the web app within the native application. This works well until a users logs in with FB. The FB login window pops up and one can log in, but the redirect to the url fails and just a white screen is shown.
My research points me to an issue with the FBSessionDelegate, but Im not sure if that is the issue.
Ideally, Id like to use the sample Hackbook FB app and just have it redirect users to the web app after logging in, but Im a little lost on the authentication path between the two.
Any ideas or assistance is greatly appreciated.
Thanks!
Take a look at Facebook's guide?

Resources