Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 274 Bytes

notes.md

File metadata and controls

17 lines (9 loc) · 274 Bytes

I can query facebook for a user's network by submitting this FQL query to Facebook Graph API

select affiliations from user WHERE uid = me()

substituting me() for the uid of the user

Types of Rails flash messages

:notice :alert :error

Alertify JS alerts

Coming soon