GithubHelp home page GithubHelp logo

hippo's Introduction

Hippo App

Build Status

###Contributors:

  • Jowell
  • Lamson
  • Kumar (aka: Eeshan)
  • Clint

User Response Data

/v2.3/me

{
  "id": "10209208393971668",
  "first_name": "Clint",
  "gender": "male",
  "last_name": "Nelson",
  "link": "https://www.facebook.com/app_scoped_user_id/10209208393971668/",
  "locale": "en_US",
  "name": "Clint Nelson",
  "timezone": -7,
  "updated_time": "2015-06-05T23:41:38+0000",
  "verified": true
}

Taggable Friends Response Data

/v2.3/me/taggable_friends?fields=picture.width(500),name

Response includes two objects:

data: Array of Objects - one for each friend. (only one friend shown, typically many more)

paging: Loading next block of friends

{
  "data": [
    {
      "picture": {
        "data": {
          "height": 720,
          "is_silhouette": false,
          "url": "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/p720x720/10959479_10104682324476030_5185150844756614382_n.jpg?oh=227a42f025aa5e7c2fe1be322818f623&oe=562EAF18&__gda__=1442297475_eb60bc6c60c40b2e8f8e6d26982a3b32",
          "width": 720
        }
      },
      "name": "Eeshan Kumar",
      "id": "AaJpMnAGP4NATQTmcfg0DKmEVvBrn9LSdKfu9Gq3KzHLYT7bhcRG3gr8HX-Pu18xjPVHhQiRedfGFSYR8GRYMiZEQC3hQBFG6xgB-mw2wzonvw"
    }
  ],
  "paging": {
    "cursors": {
      "before": "QWFLT0FqQ0tGZHp5NDM3YWhPSWNKQTVJa1JhM0Vmd1dDVHZDVHF0RDVoTzl4M3dmbjNWVnd6Z0EyUzFqSkUzTjdZN2QxeU82SGNIdnBiYjhlQmpwNk4yTGdqUnNpLVA0Q1VKMldEVFRIelFxQnc=",
      "after": "QWFMTmF6WC01MkNjQnA1UkdQOUtpMHBVZTNmU1ZsRDZYdENoSU12V2xxbjhTN1F6emZfc0FwcnZBNlhSbS03R1dwOWI5Z0hMTnA3QzhtS0lxZG40X0hYUzU3QVI3X2lhbEdVYjhvU1FOeUNfQ3c="
    },
    "next": "https://graph.facebook.com/v2.3/10104208393961668/taggable_friends?pretty=0&fields=picture.width(500),name&limit=25&after=QWFMTmF6WC01MkNjQnA1UkdQOUtpMHBVZTNmU1ZsRDZYdENoSU12V2xxbjhTN1F6emZfc0FwcnZBNlhSbS03R1dwOWI5Z0hMTnA3QzhtS0lxZG40X0hYUzU3QVI3X2lhbEdVYjhvU1FOeUNfQ3c="
  }
}

/Cards Response Data

Object {
  pic_url: "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-x…gda__=1445631894_ea7562d7c9972301b2a0eb9b81a4ec33",
  answer: "Louie Praseuth",
  _id: "5580c52d3f4742216e2c6ff0",
  names: ["Alex Zheng", "Louie Praseuth", "Airika Pope", "Grant Potter"]
}

hippo's People

Contributors

clintonjnelson avatar eeshankumar avatar jowellv avatar lelamson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Forkers

eeshankumar

hippo's Issues

Setup Basic Node/Express Server

Adding the base elements to the server-side:
Gruntfile, package.json, simple express server, single Users resource, supporting mocha/chai for CRUD, mongoDB.

Add OAuth

Add OAuth with built-in Passport strategy for Facebook. Also adding support for environment variables via foreman (these are required for keeping our dev keys secret).

Friends Model/Schema

Create model/schema for storing friend objects from the Facebook API friends return.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.