IOS App suggest twitter friends to users? - ios

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.

Related

Login to iOS app using Foursquare

Is there anyway to log in to foursquare in an app (not using a web view but the same way you log into facebook or google by installing frameworks/cocoapods)? I've been searching the web for a while and haven't found much help in that regards but I feel like there has to be a way.
I want to integrate user checkins into my app which gather's the nearest foursquare places.
Thanks for the help!
I stumbled upon DasQuadrat framework/cocoapod after a bit more searching, it seems to be just what I was looking for.

salesforce login in ios native App

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.

Rails integrate own website, Facebook and Twitter account as just one

I am new to Rails. Currently, i am building an app that will be able to login with facebook, twitter and also my own website account. i am thinking to do a user just like the Pinterest, but i don't know how to integrate them as just one account. Any one has any idea about this? Thank you.
OmniAuth may be what you want.
http://railscasts.com/episodes/241-simple-omniauth
you need something like this??
http://openid.net/developers/
but actually, when u trying to access the user's account(such as google,facebook, twitter), you have to get the permission from the users as well, so there will be a need to integrate both of those in once too.

Rails - How to access Facebook wall posts of a user

I am building a Rails site for a friend. It is mainly going to be a static website with a few exceptions. On the homepage I would like to display the latest Facebook wall posts from a Facebook user's profile, that way my friend can post a status update on Facebook and it will be reflected on the homepage of the website. What would be the best way to go about implementing this? Should I be using the Facebook Graph API or be looking for a Facebook Ruby gem or is there some other way of doing this? Can someone please tell me what I should use to do this task? Thanks!
you may look into http://facebook-ruby.sourceforge.net/ or http://rfacebook.rubyforge.org/

How to post news feed in facebook from my site

I have a site that allows a user to login using their facebook login id through a RPX system. When the user posts a comment in my site, I want it to automatically post the comment on their facebook wall too. How can I do this using Rails?
I've been learning the facebooker plugin for a couple of days and still can't figure out how to do it.
Are there any easy ways to do this? I got the user's facebook email and id from rpx and just want to post something on their news feed/wall, it is just this simple and it already caused me a headache on how to solve this.
Thanks
Ah, Facebook. You're in for some fun.
I'm not sure how RPX works. I know it abstracts the details so it can support multiple social networks.
I've gotten this working using standard Facebook Connect (not RPX). You need to ask the user for the status_update extended permission. Once you get that, you can post status updates with Users.setStatus.
I recommend looking into the RPX documentation to see if they have something similar.
If you will create an RSS feed for each user, that you will be able to use Flog Blog - Facebook RSS service.
It's just a thought. Try it. might work...

Resources