social apps 3_1_2008

27
Social Apps Zeki Mokhtarzada CTO, Freewebs.com

Upload: eaiti

Post on 11-May-2015

23 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Social apps 3_1_2008

Social Apps

Zeki Mokhtarzada

CTO, Freewebs.com

Page 2: Social apps 3_1_2008

About Freewebs Founded in 2001 Consumer Web-Publising Platform

‣ 20 million monthly uniques internationally.

Recently launched the Social Gaming Network, the world’s first gaming network built on top of social networks.‣ 500+ million page views a month.

Page 3: Social apps 3_1_2008

Basic Components of a Social Platform Existing social graph (friends/connections) Placement on profile Built in viral elements (Invite system, newsfeeds, etc.)

Page 4: Social apps 3_1_2008

Facebook Fastest growing social network Created the first social app platform

Page 5: Social apps 3_1_2008

General Architecture

Page 6: Social apps 3_1_2008

Anatomy of a Facebook Application

Canvas Page Left Nav Profile Box Invites About Page Directory

http://developers.facebook.com/

Page 7: Social apps 3_1_2008

Canvas Page

Page 8: Social apps 3_1_2008

FBML Canvas Page

Page 9: Social apps 3_1_2008

Left Nav

Page 10: Social apps 3_1_2008

Profile Box

Page 11: Social apps 3_1_2008

Invites

Page 12: Social apps 3_1_2008

Sample Apps

Page 13: Social apps 3_1_2008

Baby Countdown

Page 14: Social apps 3_1_2008
Page 15: Social apps 3_1_2008

Top Apps

Page 16: Social apps 3_1_2008

Top Friends

Page 17: Social apps 3_1_2008

Super Wall

Page 18: Social apps 3_1_2008

Other Networks Bebo: licensed Facebook’s platform Orkut: open-social MySpace: almost open social Linked-in: Open Social Others: proprietary

Page 19: Social apps 3_1_2008

Risks?

Page 20: Social apps 3_1_2008

Apps are open to everyone

Page 21: Social apps 3_1_2008

Traffic is insecure, and untraceable

Page 22: Social apps 3_1_2008

Privacy

“Sean Lane bought 14k white gold 1/5 ct diamond eternity flower ring from Overstock.com”

Page 23: Social apps 3_1_2008

Implementation

Page 24: Social apps 3_1_2008

Ingredients Web Container (Java/JSP, Ruby on Rails, PHP, Cold Fusion, etc.) Web Developer

Page 25: Social apps 3_1_2008

Basic FBML<fb:name uid="12345" />

<fb:profile-pic uid="12345" linked="true" />

<fb:dashboard> </fb:dashboard>

<fb:friend-selector uid="123445" name="uid" idname="friend_sel" />

<fb:multi-friend-selector showborder="false" actiontext="Invite your friends to use Librarian.">

<fb:request-form></fb:request-form>

Page 26: Social apps 3_1_2008

API Calls Friends.get() notifications.send() profile.setFBML() friends.getAppUsers()

Page 27: Social apps 3_1_2008

Questions?