8000 GitHub - ethanlance/instaclone_ios: iOS 5 sample app. Clones basic functionality of Instagram. Photo upload, fetches api feeds, like users, follow users, Facebook auth, etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iOS 5 sample app. Clones basic functionality of Instagram. Photo upload, fetches api feeds, like users, follow users, Facebook auth, etc.

Notifications You must be signed in to change notification settings

ethanlance/instaclone_ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instaclone_ios

This iOS 5 sample app clones the basic functionality of Instagram (sans camera filters and geo tagging). It uses storyboards and ARC (automatic reference counting).

Also Install:

Facebook SDK

First thing the app does on launch is present you with a login screen. It needs to authenticate you with Facebook. Once authenticated the app sends data to the Web App ( see below ) and the web app creates you and/or logs you in.

git clone git://github.com/facebook/facebook-ios-sdk.git cd % ~/facebook-ios-sdk/scripts/build_facebook_ios_sdk_static_lib.sh

This will create the static library under the <PROJECT_HOME>/lib/facebook-ios-sdk folder (e.g. ~/facebook-ios-sdk/lib/facebook-ios-sdk). You may then drag the facebook-ios-sdk folder into the app Xcode project to include the iOS Facebook SDK static library.

More info on this here https://developers.facebook.com/docs/mobile/ios/build/

Django Web App

Git clone the accompanying django web app I wrote if you want to actually login and upload photos. Read more about the web app here: https://github.com/ethanlance/instaclone_django/blob/master/README.md

git clone git@github.com:ethanlance/instaclone_django.git

About

iOS 5 sample app. Clones basic functionality of Instagram. Photo upload, fetches api feeds, like users, follow users, Facebook auth, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0