Learn R Programming

urlshorteneR (version 0.8.8)

bitly_LinksMetricsEncoders: Returns users who have encoded this long URL.

Description

Returns users who have encoded this long URL (optionally only those in the requesting user's social graph).

Usage

bitly_LinksMetricsEncoders(link, my_network = "false", limit = 25,
  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

http://dev.bitly.com/link_metrics.html#v3_link_encoders

Examples

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

Run the code above in your browser using DataLab