ui_faces v0.1.8 UiFaces.Face
Get random authorized user and an authorized user by Twitter username.
Examples
# Returns a random authorized user
UiFaces.Face.random
# Returns an authorized user
UiFaces.Face.user("calebogden")
Link to this section Summary
Link to this section Functions
Link to this function
random()
Returns a random authorized user
Examples
UiFaces.Face.random
Link to this function
user(username)
Returns an authorized user
Examples
UiFaces.Face.user("calebogden")