day1 fb course

31

Upload: satwant-sk

Post on 12-Jul-2015

259 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Day1 FB course
Page 2: Day1 FB course

5 steps1: Problem Definition

2: Solution Design

3: Build & Release

5: Revenue & Presentation

4: Observation & Re-release

Page 3: Day1 FB course

• Pilot Course

• Problem and Idea Generation

• Social Dynamics

• HTML – Client Side

• PHP – Server Side

• SQL - Databases

• Testing – Alpha/Beta

• Observational skills

• Group work

• Expert Advice

• Presentation skills

Page 4: Day1 FB course

• Perfect

• School

• Individual

• Facebook Connect

• New FB features

• Fan pages, profiles etc

• Beyond HTML , PHP, SQL

• Full blown programming course

Page 5: Day1 FB course

What’s the point in doing a course like this?

Where can learning to make Facebook apps take me?

Page 6: Day1 FB course

David Tenemazahttp://www.sharkius.com/

Page 7: Day1 FB course

Success

Page 8: Day1 FB course

Back to the start…

Page 9: Day1 FB course

Any setbacks?

YES!

Page 10: Day1 FB course

How much effort?

80 hour weeks, never less then 40.

No Holiday, every bank holiday is a work day.

No time for fun and games. (but wants to travel after Sharkiusgames)

Page 11: Day1 FB course

Stuff to take away…

You have to focus on one thing at a time and make sure you do it properly before you give up on it!

He didn’t believe that “it cant be done”.

Page 12: Day1 FB course
Page 13: Day1 FB course

1. What’s an app?

2. How do we generate Ideas for apps?

3. What’s Facebook?

4. What makes a good Facebook App?

Page 14: Day1 FB course

What’s an app?

A

B

C

Page 15: Day1 FB course

People have problems

Problems have solutions

Solutions can be turned into apps

We have to look for problems!

How can we generate Ideas?

Page 16: Day1 FB course

What is Facebook? What can you do on it?

Page 17: Day1 FB course
Page 18: Day1 FB course

Why Facebook?

Page 19: Day1 FB course
Page 20: Day1 FB course

Graph API

Page 21: Day1 FB course
Page 22: Day1 FB course

Open up Facebook, search for Social graph and install

Have a look at all your connections!

Page 23: Day1 FB course

http://graph.facebook.com/platform

http://www.facebook.com/platform

Try going to these two sites, the first is the Facebook platform site, the second

is how it is represented in the social graph, what’s the difference?

Page 24: Day1 FB course

Does everyone have a Facebook username and know it?

•Go to Account•Account Settings•Take a note of your username or create one by clicking change•Log out of Facebook

Page 25: Day1 FB course

http://graph.facebook.com/username

Now try visiting the site below, replace “username” with your own

FB username, what happens?

Page 26: Day1 FB course

http://graph.facebook.com/username/picture

Now try the following link to see if you can see your profile picture.

Page 27: Day1 FB course

http://graph.facebook.com/username?metadata=1

To see all the connections for your social graphs add “metadata=1”

Page 28: Day1 FB course

http://graph.facebook.com/username/friends

What happens when you try looking at friends of a user? Try

the example below.

Page 30: Day1 FB course