Learn R Programming

urlshorteneR (version 0.8.8)

bitly_LinksMetricsEncodersByCount: Returns users who have encoded this link.

Description

Returns users who have encoded this link (optionally only those in the requesting user's social graph), sorted by the number of clicks on each encoding user's link.

Usage

bitly_LinksMetricsEncodersByCount(link, limit = 100, my_network = "false",
  expand_user = "false", subaccounts = "false", showRequestURL = FALSE)

Arguments

Value

entries - a mapping of link, user, and ts (when the Bitlink was created) and possible more depending on input parameters.

See Also

See http://dev.bitly.com/link_metrics.html#v3_link_encoders_by_count

Examples

Run this code
bitly_token <- bitly_auth(key = "", secret = "")
bitly_LinksMetricsEncodersByCount("http://bit.ly/DPetrov", my_network = "false", limit = 100) 
bitly_LinksMetricsEncodersByCount("http://bit.ly/DPetrov", my_network = "false", limit = 100, 
expand_user = "true")

Run the code above in your browser using DataLab