/usr/share/perl5/Net/Twitter.pod is in libnet-twitter-perl 4.01041-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 | Net::Twitter - A perl interface to the Twitter API
=head1 VERSION
version 4.01041
=head1 SYNOPSIS
use Net::Twitter;
use Scalar::Util 'blessed';
# When no authentication is required:
my $nt = Net::Twitter->new(legacy => 0);
# As of 13-Aug-2010, Twitter requires OAuth for authenticated requests
my $nt = Net::Twitter->new(
traits => [qw/API::RESTv1_1/],
consumer_key => $consumer_key,
consumer_secret => $consumer_secret,
access_token => $token,
access_token_secret => $token_secret,
);
my $result = $nt->update('Hello, world!');
eval {
my $statuses = $nt->friends_timeline({ since_id => $high_water, count => 100 });
for my $status ( @$statuses ) {
print "$status->{created_at} <$status->{user}{screen_name}> $status->{text}\n";
}
};
if ( my $err = $@ ) {
die $@ unless blessed $err && $err->isa('Net::Twitter::Error');
warn "HTTP Response Code: ", $err->code, "\n",
"HTTP Message......: ", $err->message, "\n",
"Twitter error.....: ", $err->error, "\n";
}
=head1 TWITTER API V1.1 SUPPORT
This version of Net::Twitter provides Twitter API v1.1 support. Enable it by
including the C<API::RESTv1_1> trait instead of C<API::REST>. Using Twitter API
v1.1 may require changes to you code! It is not completely backwards compatible
with v1.
For help migrating your application to Twitter API v1.1, see
L<Net::Twitter::Manual::MigratingToV1_1>.
=head1 DESCRIPTION
This module provides a perl interface to the Twitter APIs. See
L<http://dev.twitter.com/doc> for a full description of the Twitter APIs.
=head1 TWITTER API VERSION 1.1
Twitter will (perhaps has by the time you read this) deprecated version 1 of
the API. Documentation, here, assumes version 1.1 of the API. For version 1
documentation, see L<Net::Twitter::Role::API::REST>.
To use Twitter API version 1.1, simply replace C<API::REST> in the C<traits>
argument to C<new> with C<API::RESTv1_1>. The C<Net::Twitter> API is backwards
compatible to the extent possible. If Twitter does not provide a 1.1 endpoint
for a version 1 call, C<Net::Twitter> cannot support it, of course.
Twitter API version 1.1 requires OAuth authentication for all calls. There is
no longer an IP address limit and a per-user limit. Each API call has it's own
rate limit. Most are 15 calls reset every 15 minutes. Others are 180 calls,
reset every 15 minutes. These limits may change. For current rate limits,
see L<https://dev.twitter.com/docs/rate-limiting/1.1/limits>.
=head1 OMG! THE MOOSE!
Net::Twitter is L<Moose> based. Moose provides some advantages, including the
ability for the maintainer of this module to respond quickly to Twitter API
changes.
See L<Net::Twitter::Lite> if you need an alternative without Moose and its
dependencies.
Net::Twitter::Lite's API method definitions and documentation are generated
from Net::Twitter. It is a related module, but does not depend on
Net::Twitter or Moose for installation.
=head1 RETURN VALUES
Net::Twitter decodes the data structures returned by the Twitter API into
native perl data structures (HASH references and ARRAY references). The full
layout of those data structures are not documented, here. They change often,
usually with the addition of new elements, and documenting all of those
changes would be a significant challenge.
Instead, rely on the online Twitter API documentation and inspection of the
returned data.
The Twitter API online documentation is located at
L<http://dev.twitter.com/doc>.
To inspect the data, use L<Data::Dumper> or similar module of your choice.
Here's a simple example using Data::Dumper:
use Data::Dumper;
my $r = $nt->search($search_term);
print Dumper $r;
For more information on perl data structures, see L<perlreftut>, L<perldsc>,
and L<perllol>.
=head1 METHODS AND ARGUMENTS
=over 4
=item new
This constructs a C<Net::Twitter> object. It takes several named parameters,
all of them optional:
=over 4
=item traits
An ARRAY ref of traits used to control which APIs the constructed
C<Net::Twitter> object will support and how it handles errors. Possible
values are:
=over 4
=item API::RESTv1_1
Provides support for the Twitter REST API version 1.1 methods.
=item API::Search
Deprecated. Use L</search> in API::RESTv1_1 instead.
=item AppAuth
Provides L<Application-Only
Authentication|https://dev.twitter.com/oauth/application-only> with methods,
C<request_access_token> and C<invalidate_token>. See
L<Net::Twitter::Role::AppAuth>.
Example:
my $nt = Net::Twitter->new(
traits => [ qw/AppAuth API::RESTv1_1/ ],
consumer_key => 'my-consumer-key',
consumer_secret => 'my-consumer-secret',
);
$nt->request_access_token;
say 'token: ', $nt->access_token;
my $r = $nt->followers_ids({
screen_name => 'timtoady',
cursor => -1,
});
# good until invalidated, with ...
$nt->invalidate_token
=item AutoCursor
C<AutoCursor> is a parameterized trait that provides an automatic loop for
cursored calls, returning an ARRAY reference to the combined results. By
default, it handles C<friends_ids> and C<followers_ids>. See
L<Net::Twitter::Role::AutoCursor> for details.
=item InflateObjects
When this optional trait is included, Net::Twitter inflates HASH refs returned
by Twitter into objects with read accessors for each element. In addition, it
inflates dates to L<DateTime> objects and URLs to L<URI> objects. Objects that
include a C<created_at> attribute also have a C<relative_created_at> method.
For example, with C<InflateObjects> applied, the <friends_timeline> method
returns an array of status objects:
$r = $nt->friends_timeline;
for my $status ( @$r ) {
$r->user->screen_name; # same as $r->{user}{screen_name}
# $created_at is a DateTime; $age is a DateTime::Duration
my $age = DateTime->now - $r->created_at;
# print an age in a similar style to the Twitter web site, e.g.:
# less than a minute ago
# about a minute ago
# 6 minutes ago
# 1 day ago
# etc.
print $r->relative_created_at;
=item Legacy
This trait provides backwards compatibility to C<Net::Twitter> versions prior
to 3.00. It implies the traits C<API::REST>, C<API::Search>,
C<API::TwitterVision>, and C<API::WrapError>. It also provides additional
functionality to ensure consistent behavior for applications written for use
with legacy versions of C<Net::Twitter>.
In the current version, this trait is automatically included if the C<traits>
option is not specified. This ensures backwards compatibility for existing
applications using C<Net::Twitter> versions prior to 3.00. See section
L</LEGACY COMPATIBILITY> for more details.
=item OAuth
The C<OAuth> trait provides OAuth authentication rather than the default Basic
Authentication for Twitter API method calls. See the L</Authentication>
section and L<Net::Twitter::Role::OAuth> for full documentation.
=item RateLimit
The C<RateLimit> trait adds utility methods that return information about the
current rate limit status. See L<Net::Twitter::Role::RateLimit> for details.
=item RetryOnError
The C<RetryOnError> trait automatically retries Twitter API calls with
temporary failures. See L<Net::Twitter::Role::RetryOnError> for details.
=item WrapError
C<Net::Twitter> normally throws exceptions on error. When this trait is
included, C<Net::Twitter> returns undef when a method fails and makes the
error available through method C<get_error>. This is the way all errors were
handled in Net::Twitter versions prior to version 3.00.
=back
Some examples of using the C<traits> parameter in C<new>:
# provide support for *only* the REST API; throw exceptions on error
$nt = Net::Twitter->new(traits => ['API::RESTv1_1']);
# provide support for both the REST and Search APIs; wrap errors
$nt = Net::Twitter->new(traits => [qw/API::RESTv1_1 API::Search WrapError/]);
# Provide legacy support for applications written with Net::Twitter
# prior to version 3.0.
$nt = Net::Twitter->new(traits => ['Legacy']);
=item legacy
A boolean. If set to 0, C<new> constructs a C<Net::Twitter> object
implementing the REST API and throws exceptions on API method errors.
Net::Twitter->new(legacy => 0);
is a shortcut for:
Net::Twitter->new(traits => ['API::RESTv1_1']);
If set to 1, C<new> constructs a C<Net::Twitter> object with the C<Legacy> trait.
Net::Twitter->new(legacy => 1);
is a shortcut for:
Net::Twitter->new(traits => ['Legacy']);
=item username
This is the username for Basic Authentication. NOTE: as of 31-Aug-2010,
Twitter no longer supports Basic Authentication. Use OAuth instead. Other
Twitter compatible services may, however, accept Basic Authentication, so
support for it remains in C<Net::Twitter>.
=item password
This is the password used for Basic Authentication.
=item clientname
The value for the C<X-Twitter-Client-Name> HTTP header. It defaults to "Perl
Net::Twitter". Note: This option has nothing to do with the "via" application
byline.
=item clientver
The value for the C<X-Twitter-Client-Version> HTTP header. It defaults to
current version of the C<Net::Twitter> module.
=item clienturl
The value for the C<X-Twitter-Client-URL> HTTP header. It defaults to the
search.cpan.org page for the C<Net::Twitter> distribution.
=item useragent_class
The C<LWP::UserAgent> compatible class used internally by C<Net::Twitter>. It
defaults to "LWP::UserAgent". For L<POE> based applications, consider using
"LWP::UserAgent::POE".
=item useragent_args
An HASH ref of arguments to pass to constructor of the class specified with
C<useragent_class>, above. It defaults to {} (an empty HASH ref).
=item useragent
The value for C<User-Agent> HTTP header. It defaults to
"Net::Twitter/4.01041 (Perl)".
=item source
Twitter on longer uses the C<source> parameter. Support for it remains in
C<Net::Twitter> for any compatible services that may use it. It was
originally used by Twitter to provide an "via" application byline.
=item apiurl
The URL for the Twitter API. This defaults to "http://api.twitter.com/1". This
option is available when the C<API::RESTv1_1> trait is included.
=item apihost
DEPRECATED - Setting the C<apiurl> is sufficient.
=item apirealm
A string containing the Twitter API realm used for Basic Authentication. It
defaults to "Twitter API". This option is available when the C<API::RESTv1_1>
trait is included.
=item identica
If set to 1, C<Net::Twitter> overrides the defaults for C<apiurl>, C<apihost>,
and C<apirealm> to "http://identi.ca/api", "identi.ca:80", and "Laconica API"
respectively. It defaults to 0. This option is available when the
C<API::RESTv1_1> trait is included.
=item consumer_key
A string containing the OAuth consumer key provided by Twitter when an application
is registered. This option is available when the C<OAuth> trait is included.
=item consumer_secret
A string containing the OAuth consumer secret. This option is available when
the C<OAuth> trait is included.
=item ssl
If set to 1, an SSL connection will be used for all API calls. Defaults to 1.
=item netrc
(Optional) Sets the I<machine> key to look up in C<.netrc> to obtain
credentials. If set to 1, Net::Twitter will use the value of the C<netrc_machine>
option (below).
# in .netrc
machine api.twitter.com
login YOUR_TWITTER_USER_NAME
password YOUR_TWITTER_PASSWORD
machine semifor.twitter.com
login semifor
password SUPERSECRET
# in your perl program
$nt = Net::Twitter->new(netrc => 1);
$nt = Net::Twitter->new(netrc => 'semifor.twitter.com');
=item netrc_machine
(Optional) Sets the C<machine> entry to look up in C<.netrc> when C<<netrc => 1>>
is used. Defaults to C<api.twitter.com>.
=item decode_html_entities
Twitter encodes HTML entities in the C<text> field of statuses. Set this
option to 1 to have them automatically decoded. Default 0.
=back
=item credentials($username, $password)
Set the credentials for Basic Authentication. This is helpful for managing
multiple accounts.
=item ua
Provides access to the constructed user agent object used internally by
C<Net::Twitter>. Use it with caution.
=back
=head1 AUTHENTICATION
With REST API version 1.1, all API calls require OAuth. Since
31-Aug-2010, version 1 required OAuth requests requiring authentication. Other
Twitter compatible services, like Identi.ca, accept Basic Authentication. So,
C<Net::Twitter> provides support for both.
To set up OAuth, include the C<consumer_key> and C<consumer_secret> options to
L</new>. When they are provided, the C<OAuth> trait will be automatically
included. See L<Net::Twitter::Role::OAuth> for more information on using
OAuth, including examples.
To set up Basic Authentication in C<Net::Twitter>, provide the C<username> and
C<password> options to L</new> or call the L</credentials> method.
In addition to the arguments specified for each API method described below, an
additional C<-authenticate> parameter can be passed. To request an
C<Authorization> header, pass C<< -authenticate => 1 >>; to suppress an
authentication header, pass C<< -authenticate => 0 >>. Even if requested, an
Authorization header will not be added if there are no user credentials
(username and password for Basic Authentication; access tokens for OAuth).
This is probably only useful for non-Twitter sites that use the Twitter API and
support unauthenticated calls.
=head1 API METHODS AND ARGUMENTS
Most Twitter API methods take parameters. All Net::Twitter API methods will
accept a HASH ref of named parameters as specified in the Twitter API
documentation. For convenience, many Net::Twitter methods accept simple
positional arguments. The positional parameter passing style is optional; you
can always use the named parameters in a HASH reference if you prefer.
You may pass any number of required parameters as positional parameters. You
must pass them in the order specified in the documentation for each method.
Optional parameters must be passed as named parameters in a HASH reference. The
HASH reference containing the named parameters must be the final parameter to
the method call. Any required parameters not passed as positional parameters,
must be included in the named parameter HASH reference.
For example, the REST API method C<update> has one required parameter,
C<status>. You can call C<update> with a HASH ref argument:
$nt->update({ status => 'Hello world!' });
Or, you can use the convenient, positional parameter form:
$nt->update('Hello world!');
The C<update> method also has an optional parameter, C<in_reply_to_status_id>.
To use it, you B<must> use the HASH ref form:
$nt->update({ status => 'Hello world!', in_reply_to_status_id => $reply_to });
You may use the convenient positional form for the required C<status> parameter
with the optional parameters specified in the named parameter HASH reference:
$nt->update('Hello world!', { in_reply_to_status_id => $reply_to });
Convenience form is provided for the required parameters of all API methods.
So, these two calls are equivalent:
$nt->friendship_exists({ user_a => $fred, user_b => $barney });
$nt->friendship_exists($fred, $barney);
Many API methods have aliases. You can use the API method name, or any of its
aliases, as you prefer. For example, these calls are all equivalent:
$nt->friendship_exists($fred, $barney);
$nt->relationship_exists($fred, $barney);
$nt->follows($fred, $barney);
Aliases support both the HASH ref and convenient forms:
$nt->follows({ user_a => $fred, user_b => $barney });
=head2 Cursors and Paging
Some methods return partial results a page at a time. Originally, methods that
returned partial results used a C<page> parameter. A more recent addition to
the Twitter API for retrieving multiple pages uses the C<cursor> parameter.
Usually, a method uses either the C<page> parameter or the C<cursor> parameter,
but not both. There have been exceptions to this rule when Twitter
deprecates the use of C<page> for a method in favor of C<cursor>. In
that case, both methods may work during a transition period. So, if a
method supports both, you should always use the C<cursor> parameter.
=head3 Paging
For methods that support paging, the first page is returned by passing
C<< page => 1 >>, the second page by passing C<< page => 2 >>, etc. If no
C<page> parameter is passed, the first page is returned.
Here's an example that demonstrates how to obtain all favorites in a loop:
my @favs;
for ( my $page = 1; ; ++$page ) {
my $r = $nt->favorites({ page => $page });
last unless @$r;
push @favs, @$r;
}
=head3 Cursors
Cursoring employs a different strategy. To obtain the first page of results,
pass C<< cursor => -1 >>. Twitter returns a reference to a hash that
includes entries C<next_cursor>, C<previous_cursor>, and an entry
with a reference to an array containing a page of the requested
items. The key for the array reference will be named C<users>,
C<ids>, or something similar depending upon the type of returned
items. For example, when C<cursor> parameter is used with the
C<followers_ids> method, the returned in hash entry C<ids>.
The C<next_cursor> value can be used in a subsequent call to obtain the next
page of results. When you have obtained the last page of results,
C<next_cursor> will be 0. Likewise, you can use the value for
C<previous_cursor> to obtain the previous page of results. When you have
obtained the first page, C<previous_cursor> will be 0.
Here's an example that demonstrates how to obtain all follower IDs in a loop
using the C<cursor> parameter:
my @ids;
for ( my $cursor = -1, my $r; $cursor; $cursor = $r->{next_cursor} ) {
$r = $nt->followers_ids({ cursor => $cursor });
push @ids, @{ $r->{ids} };
}
=head2 Synthetic Arguments
In addition to the arguments described in the Twitter API Documentation for
each API method, Net::Twitter supports additional I<synthetic> arguments.
=over 4
=item -authenticate
When set to 1, Net::Twitter will provide an Authorization header for the API
call; when set to 0, it will suppress the Authentication header. This argument
overrides the defined authentication behavior for the API method. It is
probably only useful for the C<rate_limit_status> method which returns different
values for authenticated and unauthenticated calls. See L</AUTHENTICATION> for
more details.
=item -since
API methods that accept the C<since_id> argument will also accept the synthetic
C<-since> argument, instead. C<-since> may be a C<Date::Time> object, an epoch
time (the number of seconds since the system epoch), or a string in the same
format returned by Twitter for the C<created_at> attribute. Only statuses with a
C<created_at> time greater than C<-since> will be returned by the API call.
=item -legacy_lists_api
This option is only effective when the legacy C<API::Lists> trait is applied.
Passing C<-legacy_lists_api> set to 0 for lists methods will use the new lists
endpoints and semantics. This will facilitate upgrading an application to use
the new lists api methods. When the C<API::Lists> trait is not applied, this
option is ignored.
=back
=head1 REST API Methods
These methods are provided when trait C<API::RESTv1_1> is included in the C<traits>
option to C<new>.
=head2 Common Parameters
=over 4
=item id
Several of these methods accept a user ID as the C<id> parameter. The user ID
can be either a screen name, or the users numeric ID. To disambiguate, use
the C<screen_name> or C<user_id> parameters, instead.
For example, These calls are equivalent:
$nt->create_friend('perl_api'); # screen name
$nt->create_friend(1564061); # numeric ID
$nt->create_friend({ id => 'perl_api' });
$nt->create_friend({ screen_name => 'perl_api' });
$nt->create_friend({ user_id => 1564061 });
However user_id 911 and screen_name 911 are separate Twitter accounts. These
calls are NOT equivalent:
$nt->create_friend(911); # interpreted as screen name
$nt->create_friend({ user_id => 911 }); # screen name: richellis
Whenever the C<id> parameter is required and C<user_id> and C<screen_name> are
also parameters, using any one of them satisfies the requirement.
=item skip_user
The timeline methods all accept an optional C<skip_user> parameter. When set
to a true value, the statuses returned in a timeline will not contain an entire
embedded user HASH. Instead, the user node will contain only an C<id> element
to indicate the numerical ID of the Twitter user that sent the status.
=back
=head2 Methods
=over 4
=item B<account_settings>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the current trend, geo and sleep time information for the
authenticating user.
Returns: HashRef
Twitter API documentation: L<GET account/settings|https://dev.twitter.com/rest/reference/get/account/settings>
=item B<account_totals> B<DEPRECATED>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the current count of friends, followers, updates (statuses)
and favorites of the authenticating user.
Returns: HashRef
=item B<add_list_member>
=over 4
=item Parameters: list_id, slug, user_id, screen_name, owner_screen_name, owner_id
=item Required: I<none>
=back
Add a member to a list. The authenticated user must own the list to be able to
add members to it. Note that lists can't have more than 500 members.
Returns: User
Twitter API documentation: L<POST lists/members/create|https://dev.twitter.com/rest/reference/post/lists/members/create>
=item B<add_place>
=item B<add_place(name, contained_within, token, lat, long)>
=over 4
=item Parameters: name, contained_within, token, lat, long, attribute:street_address, callback
=item Required: name, contained_within, token, lat, long
=back
Creates a new place object at the given latitude and longitude.
Before creating a place you need to query C<similar_places> with the latitude,
longitude and name of the place you wish to create. The query will return an
array of places which are similar to the one you wish to create, and a token.
If the place you wish to create isn't in the returned array you can use the
token with this method to create a new one.
Returns: Place
Twitter API documentation: L<POST geo/place|https://dev.twitter.com/rest/reference/post/geo/place>
=item B<block_exists> B<DEPRECATED>
=item B<block_exists(id)>
=over 4
=item Parameters: id, user_id, screen_name, include_entities
=item Required: id
=back
Returns if the authenticating user is blocking a target user. Will return the blocked user's
object if a block exists, and error with HTTP 404 response code otherwise.
Returns: BasicUser
=item B<blocking>
=item alias: blocks_list
=over 4
=item Parameters: cursor, include_entities, skip_status
=item Required: I<none>
=back
Returns an array of user objects that the authenticating user is blocking.
Returns: ArrayRef[BasicUser]
Twitter API documentation: L<GET blocks/list|https://dev.twitter.com/rest/reference/get/blocks/list>
=item B<blocking_ids>
=item alias: blocks_ids
=over 4
=item Parameters: cursor, stringify_ids
=item Required: I<none>
=back
Returns an array of numeric user ids the authenticating user is blocking.
Returns: ArrayRef[Int]
Twitter API documentation: L<GET blocks/ids|https://dev.twitter.com/rest/reference/get/blocks/ids>
=item B<contributees>
=over 4
=item Parameters: user_id, screen_name, include_entities, skip_satus
=item Required: I<none>
=back
Returns an array of users that the specified user can contribute to.
Returns: ArrayRef[User]
Twitter API documentation: L<GET users/contributees|https://dev.twitter.com/rest/reference/get/users/contributees>
=item B<contributors>
=over 4
=item Parameters: user_id, screen_name, include_entities, skip_satus
=item Required: I<none>
=back
Returns an array of users who can contribute to the specified account.
Returns: ArrayRef[User]
Twitter API documentation: L<GET users/contributors|https://dev.twitter.com/rest/reference/get/users/contributors>
=item B<create_block>
=item B<create_block(id)>
=over 4
=item Parameters: user_id, screen_name, include_entities, skip_status
=item Required: id
=back
Blocks the user specified in the C<user_id> or C<screen_name> parameter as the
authenticating user. Returns the blocked user when successful. You can find
out more about blocking in the Twitter Support Knowledge Base.
Returns: BasicUser
Twitter API documentation: L<POST blocks/create|https://dev.twitter.com/rest/reference/post/blocks/create>
=item B<create_favorite>
=item B<create_favorite(id)>
=over 4
=item Parameters: id, include_entities
=item Required: id
=back
Favorites the status specified in the ID parameter as the
authenticating user. Returns the favorite status when successful.
Returns: Status
Twitter API documentation: L<POST favorites/create|https://dev.twitter.com/rest/reference/post/favorites/create>
=item B<create_friend>
=item alias: follow
=item alias: follow_new
=item alias: create_friendship
=over 4
=item Parameters: user_id, screen_name, follow
=item Required: I<none>
=back
Follows the user specified in the C<user_id> or C<screen_name> parameter as the
authenticating user. Returns the befriended user when successful. Returns a
string describing the failure condition when unsuccessful.
Returns: BasicUser
Twitter API documentation: L<POST friendships/create|https://dev.twitter.com/rest/reference/post/friendships/create>
=item B<create_list>
=item B<create_list(name)>
=over 4
=item Parameters: list_id, slug, name, mode, description, owner_screen_name, owner_id
=item Required: name
=back
Creates a new list for the authenticated user. Note that you can't create more
than 20 lists per account.
Returns: List
Twitter API documentation: L<POST lists/create|https://dev.twitter.com/rest/reference/post/lists/create>
=item B<create_media_metadata>
=item B<create_media_metadata(media_id)>
=over 4
=item Parameters: media_id, alt_text
=item Required: media_id
=back
add metadata to media
Returns: HashRef
Twitter API documentation: L<POST media/metadata/create|https://dev.twitter.com/rest/reference/post/media/metadata/create>
=item B<create_mute>
=item B<create_mute(id)>
=over 4
=item Parameters: user_id, screen_name
=item Required: id
=back
Mutes the user specified in the C<user_id> or C<screen_name> parameter as the
authenticating user. Returns the muted user when successful. You can find
out more about muting in the Twitter Support Knowledge Base.
Returns: BasicUser
Twitter API documentation: L<POST mutes/users/create|https://dev.twitter.com/rest/reference/post/mutes/users/create>
=item B<create_saved_search>
=item B<create_saved_search(query)>
=over 4
=item Parameters: query
=item Required: query
=back
Creates a saved search for the authenticated user.
Returns: SavedSearch
Twitter API documentation: L<POST saved_searches/create|https://dev.twitter.com/rest/reference/post/saved_searches/create>
=item B<delete_list>
=over 4
=item Parameters: owner_screen_name, owner_id, list_id, slug
=item Required: I<none>
=back
Deletes the specified list. The authenticated user must own the list to be able
to destroy it.
Returns: List
Twitter API documentation: L<POST lists/destroy|https://dev.twitter.com/rest/reference/post/lists/destroy>
=item B<delete_list_member>
=item alias: remove_list_member
=over 4
=item Parameters: list_id, slug, user_id, screen_name, owner_screen_name, owner_id
=item Required: I<none>
=back
Removes the specified member from the list. The authenticated user must be the
list's owner to remove members from the list.
Returns: User
Twitter API documentation: L<POST lists/members/destroy|https://dev.twitter.com/rest/reference/post/lists/members/destroy>
=item B<destroy_block>
=item B<destroy_block(id)>
=over 4
=item Parameters: user_id, screen_name, include_entities, skip_status
=item Required: id
=back
Un-blocks the user specified in the C<user_id> or C<screen_name> parameter as
the authenticating user. Returns the un-blocked user when successful.
Returns: BasicUser
Twitter API documentation: L<POST blocks/destroy|https://dev.twitter.com/rest/reference/post/blocks/destroy>
=item B<destroy_direct_message>
=item B<destroy_direct_message(id)>
=over 4
=item Parameters: id, include_entities
=item Required: id
=back
Destroys the direct message specified in the required ID parameter.
The authenticating user must be the recipient of the specified direct
message.
Important: this method requires an access token with RWD (read, write, and
direct message) permissions.
Returns: DirectMessage
Twitter API documentation: L<POST direct_messages/destroy|https://dev.twitter.com/rest/reference/post/direct_messages/destroy>
=item B<destroy_favorite>
=item B<destroy_favorite(id)>
=over 4
=item Parameters: id, include_entities
=item Required: id
=back
Un-favorites the status specified in the ID parameter as the
authenticating user. Returns the un-favorited status.
Returns: Status
Twitter API documentation: L<POST favorites/destroy|https://dev.twitter.com/rest/reference/post/favorites/destroy>
=item B<destroy_friend>
=item B<destroy_friend(id)>
=item alias: unfollow
=item alias: destroy_friendship
=over 4
=item Parameters: user_id, screen_name
=item Required: id
=back
Discontinues friendship with the user specified in the C<user_id> or
C<screen_name> parameter as the authenticating user. Returns the un-friended
user when successful. Returns a string describing the failure condition when
unsuccessful.
Returns: BasicUser
Twitter API documentation: L<POST friendships/destroy|https://dev.twitter.com/rest/reference/post/friendships/destroy>
=item B<destroy_mute>
=item B<destroy_mute(id)>
=over 4
=item Parameters: user_id, screen_name
=item Required: id
=back
Un-mutes the user specified in the C<user_id> or C<screen_name> parameter as
the authenticating user. Returns the un-muted user when successful.
Returns: BasicUser
Twitter API documentation: L<POST mutes/users/destroy|https://dev.twitter.com/rest/reference/post/mutes/users/destroy>
=item B<destroy_saved_search>
=item B<destroy_saved_search(id)>
=item alias: delete_saved_search
=over 4
=item Parameters: id
=item Required: id
=back
Destroys a saved search. The search, specified by C<id>, must be owned
by the authenticating user.
Returns: SavedSearch
Twitter API documentation: L<POST saved_searches/destroy/:id|https://dev.twitter.com/rest/reference/post/saved_searches/destroy/:id>
=item B<destroy_status>
=item B<destroy_status(id)>
=over 4
=item Parameters: id, trim_user
=item Required: id
=back
Destroys the status specified by the required ID parameter. The
authenticating user must be the author of the specified status.
Returns: Status
Twitter API documentation: L<POST statuses/destroy/:id|https://dev.twitter.com/rest/reference/post/statuses/destroy/:id>
=item B<direct_messages>
=over 4
=item Parameters: since_id, max_id, count, page, include_entities, skip_status
=item Required: I<none>
=back
Returns a list of the 20 most recent direct messages sent to the authenticating
user including detailed information about the sending and recipient users.
Important: this method requires an access token with RWD (read, write, and
direct message) permissions.
Returns: ArrayRef[DirectMessage]
Twitter API documentation: L<GET direct_messages|https://dev.twitter.com/rest/reference/get/direct_messages>
=item B<disable_notifications> B<DEPRECATED>
=item B<disable_notifications(id)>
=over 4
=item Parameters: id, screen_name, include_entities
=item Required: id
=back
Disables notifications for updates from the specified user to the
authenticating user. Returns the specified user when successful.
Returns: BasicUser
=item B<enable_notifications> B<DEPRECATED>
=item B<enable_notifications(id)>
=over 4
=item Parameters: id, screen_name, include_entities
=item Required: id
=back
Enables notifications for updates from the specified user to the
authenticating user. Returns the specified user when successful.
Returns: BasicUser
=item B<end_session> B<DEPRECATED>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Ends the session of the authenticating user, returning a null cookie.
Use this method to sign users out of client-facing applications like
widgets.
Returns: Error
=item B<favorites>
=over 4
=item Parameters: user_id, screen_name, count, since_id, max_id, include_entities
=item Required: I<none>
=back
Returns the 20 most recent favorite statuses for the authenticating
user or user specified by the ID parameter.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET favorites/list|https://dev.twitter.com/rest/reference/get/favorites/list>
=item B<followers>
=item alias: followers_list
=over 4
=item Parameters: user_id, screen_name, cursor
=item Required: I<none>
=back
Returns a cursored collection of user objects for users following the specified user.
Returns: HashRef
Twitter API documentation: L<GET followers/list|https://dev.twitter.com/rest/reference/get/followers/list>
=item B<followers_ids>
=over 4
=item Parameters: user_id, screen_name, cursor, stringify_ids
=item Required: I<none>
=back
Returns a reference to an array of numeric IDs for every user following the
specified user. The order of the IDs may change from call to call. To obtain
the screen names, pass the arrayref to L</lookup_users>.
Use the optional C<cursor> parameter to retrieve IDs in pages of 5000. When
the C<cursor> parameter is used, the return value is a reference to a hash with
keys C<previous_cursor>, C<next_cursor>, and C<ids>. The value of C<ids> is a
reference to an array of IDS of the user's followers. Set the optional C<cursor>
parameter to -1 to get the first page of IDs. Set it to the prior return's
value of C<previous_cursor> or C<next_cursor> to page forward or backwards.
When there are no prior pages, the value of C<previous_cursor> will be 0. When
there are no subsequent pages, the value of C<next_cursor> will be 0.
Returns: HashRef|ArrayRef[Int]
Twitter API documentation: L<GET followers/ids|https://dev.twitter.com/rest/reference/get/followers/ids>
=item B<friends>
=item alias: friends_list
=over 4
=item Parameters: user_id, screen_name, cursor
=item Required: I<none>
=back
Returns a cursored collection of user objects for users followed by the specified user.
Returns: HashRef
Twitter API documentation: L<GET friends/list|https://dev.twitter.com/rest/reference/get/friends/list>
=item B<friends_ids>
=item alias: following_ids
=over 4
=item Parameters: user_id, screen_name, cursor, stringify_ids
=item Required: I<none>
=back
Returns a reference to an array of numeric IDs for every user followed by the
specified user. The order of the IDs is reverse chronological.
Use the optional C<cursor> parameter to retrieve IDs in pages of 5000. When
the C<cursor> parameter is used, the return value is a reference to a hash with
keys C<previous_cursor>, C<next_cursor>, and C<ids>. The value of C<ids> is a
reference to an array of IDS of the user's friends. Set the optional C<cursor>
parameter to -1 to get the first page of IDs. Set it to the prior return's
value of C<previous_cursor> or C<next_cursor> to page forward or backwards.
When there are no prior pages, the value of C<previous_cursor> will be 0. When
there are no subsequent pages, the value of C<next_cursor> will be 0.
Returns: HashRef|ArrayRef[Int]
Twitter API documentation: L<GET friends/ids|https://dev.twitter.com/rest/reference/get/friends/ids>
=item B<friends_timeline> B<DEPRECATED>
=item alias: following_timeline
=over 4
=item Parameters: since_id, max_id, count, exclude_replies, contributor_details, include_entities, trim_user
=item Required: I<none>
=back
Returns the 20 most recent statuses, including retweets, posted by the
authenticating user and that user's friends.
Returns: ArrayRef[Status]
=item B<friendship_exists> B<DEPRECATED>
=item B<friendship_exists(user_a, user_b)>
=item alias: relationship_exists
=item alias: follows
=over 4
=item Parameters: user_id_a, user_id_b, screen_name_a, screen_name_b, user_a, user_b
=item Required: user_a, user_b
=back
This method is provided for backwards compatibility with Twitter API V1.0.
Twitter API V1.1 does not provide an endpoint for this call. Instead,
C<show_friendship> is called, the result is inspected, and an appropriate value
is returned which can be evaluated in a boolean context.
Tests for the existence of friendship between two users. Will return true if
user_a follows user_b, otherwise will return false.
Use of C<user_a> and C<user_b> is deprecated. It has been preserved for backwards
compatibility, and is used for the two-argument positional form:
$nt->friendship_exists($user_a, $user_b);
Instead, you should use one of the named argument forms:
$nt->friendship_exists({ user_id_a => $id1, user_id_b => $id2 });
$nt->friendship_exists({ screen_name_a => $name1, screen_name_b => $name2 });
Consider using C<show_friendship> instead.
Returns: Bool
=item B<friendships_incoming>
=item alias: incoming_friendships
=over 4
=item Parameters: cursor, stringify_ids
=item Required: I<none>
=back
Returns an HASH ref with an array of numeric IDs in the C<ids> element for
every user who has a pending request to follow the authenticating user.
Returns: HashRef
Twitter API documentation: L<GET friendships/incoming|https://dev.twitter.com/rest/reference/get/friendships/incoming>
=item B<friendships_outgoing>
=item alias: outgoing_friendships
=over 4
=item Parameters: cursor, stringify_ids
=item Required: I<none>
=back
Returns an HASH ref with an array of numeric IDs in the C<ids> element for
every protected user for whom the authenticating user has a pending follow
request.
Returns: HashRef
Twitter API documentation: L<GET friendships/outgoing|https://dev.twitter.com/rest/reference/get/friendships/outgoing>
=item B<geo_id>
=item B<geo_id(place_id)>
=over 4
=item Parameters: place_id
=item Required: place_id
=back
Returns details of a place returned from the C<reverse_geocode> method.
Returns: HashRef
Twitter API documentation: L<GET geo/id/:place_id|https://dev.twitter.com/rest/reference/get/geo/id/:place_id>
=item B<geo_search>
=over 4
=item Parameters: lat, long, query, ip, granularity, accuracy, max_results, contained_within, attribute:street_address, callback
=item Required: I<none>
=back
Search for places that can be attached to a statuses/update. Given a latitude
and a longitude pair, an IP address, or a name, this request will return a list
of all the valid places that can be used as the place_id when updating a
status.
Conceptually, a query can be made from the user's location, retrieve a list of
places, have the user validate the location he or she is at, and then send the
ID of this location with a call to statuses/update.
This is the recommended method to use find places that can be attached to
statuses/update. Unlike geo/reverse_geocode which provides raw data access,
this endpoint can potentially re-order places with regards to the user who
is authenticated. This approach is also preferred for interactive place
matching with the user.
Returns: HashRef
Twitter API documentation: L<GET geo/search|https://dev.twitter.com/rest/reference/get/geo/search>
=item B<get_configuration>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the current configuration used by Twitter including twitter.com slugs
which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but
no more than once a day.
Returns: HashRef
Twitter API documentation: L<GET help/configuration|https://dev.twitter.com/rest/reference/get/help/configuration>
=item B<get_languages>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the list of languages supported by Twitter along with their ISO 639-1
code. The ISO 639-1 code is the two letter value to use if you include lang
with any of your requests.
Returns: ArrayRef[Lanugage]
Twitter API documentation: L<GET help/languages|https://dev.twitter.com/rest/reference/get/help/languages>
=item B<get_list>
=item alias: show_list
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id
=item Required: I<none>
=back
Returns the specified list. Private lists will only be shown if the
authenticated user owns the specified list.
Returns: List
Twitter API documentation: L<GET lists/show|https://dev.twitter.com/rest/reference/get/lists/show>
=item B<get_lists>
=item alias: list_lists
=item alias: all_subscriptions
=over 4
=item Parameters: user_id, screen_name, reverse
=item Required: I<none>
=back
Returns all lists the authenticating or specified user subscribes to, including
their own. The user is specified using the user_id or screen_name parameters.
If no user is given, the authenticating user is used.
A maximum of 100 results will be returned by this call. Subscribed lists are
returned first, followed by owned lists. This means that if a user subscribes
to 90 lists and owns 20 lists, this method returns 90 subscriptions and 10
owned lists. The reverse method returns owned lists first, so with C<reverse =>
1>, 20 owned lists and 80 subscriptions would be returned. If your goal is to
obtain every list a user owns or subscribes to, use <list_ownerships> and/or
C<list_subscriptions> instead.
Returns: Hashref
Twitter API documentation: L<GET lists/list|https://dev.twitter.com/rest/reference/get/lists/list>
=item B<get_privacy_policy>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns Twitter's privacy policy.
Returns: HashRef
Twitter API documentation: L<GET help/privacy|https://dev.twitter.com/rest/reference/get/help/privacy>
=item B<get_tos>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the Twitter Terms of Service. These are not the same as the Developer
Rules of the Road.
Returns: HashRef
Twitter API documentation: L<GET help/tos|https://dev.twitter.com/rest/reference/get/help/tos>
=item B<home_timeline>
=over 4
=item Parameters: since_id, max_id, count, exclude_replies, contributor_details, include_entities, trim_user
=item Required: I<none>
=back
Returns the 20 most recent statuses, including retweets, posted by the
authenticating user and that user's friends.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET statuses/home_timeline|https://dev.twitter.com/rest/reference/get/statuses/home_timeline>
=item B<list_members>
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id, cursor, include_entities, skip_status
=item Required: I<none>
=back
Returns the members of the specified list. Private list members will only be
shown if the authenticated user owns the specified list.
Returns: Hashref
Twitter API documentation: L<GET lists/members|https://dev.twitter.com/rest/reference/get/lists/members>
=item B<list_memberships>
=over 4
=item Parameters: user_id, screen_name, cursor, filter_to_owned_lists
=item Required: I<none>
=back
Returns the lists the specified user has been added to. If user_id or
screen_name are not provided the memberships for the authenticating user are
returned.
Returns: Hashref
Twitter API documentation: L<GET lists/memberships|https://dev.twitter.com/rest/reference/get/lists/memberships>
=item B<list_ownerships>
=over 4
=item Parameters: user_id, screen_name, count, cursor
=item Required: I<none>
=back
Obtain a collection of the lists owned by the specified Twitter user. Private
lists will only be shown if the authenticated user is also the owner of the lists.
Returns: ArrayRef[List]
Twitter API documentation: L<GET lists/ownerships|https://dev.twitter.com/rest/reference/get/lists/ownerships>
=item B<list_statuses>
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id, since_id, max_id, count, include_entities, include_rts
=item Required: I<none>
=back
Returns tweet timeline for members of the specified list. Historically,
retweets were not available in list timeline responses but you can now use the
include_rts=true parameter to additionally receive retweet objects.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET lists/statuses|https://dev.twitter.com/rest/reference/get/lists/statuses>
=item B<list_subscribers>
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id, cursor, include_entities, skip_status
=item Required: I<none>
=back
Returns the subscribers of the specified list. Private list subscribers will
only be shown if the authenticated user owns the specified list.
Returns: Hashref
Twitter API documentation: L<GET lists/subscribers|https://dev.twitter.com/rest/reference/get/lists/subscribers>
=item B<list_subscriptions>
=item alias: subscriptions
=over 4
=item Parameters: user_id, screen_name, count, cursor
=item Required: I<none>
=back
Obtain a collection of the lists the specified user is subscribed to, 20 lists
per page by default. Does not include the user's own lists.
Returns: ArrayRef[List]
Twitter API documentation: L<GET lists/subscriptions|https://dev.twitter.com/rest/reference/get/lists/subscriptions>
=item B<lookup_friendships>
=over 4
=item Parameters: user_id, screen_name
=item Required: I<none>
=back
Returns the relationship of the authenticating user to the comma separated list
or ARRAY ref of up to 100 screen_names or user_ids provided. Values for
connections can be: following, following_requested, followed_by, none.
Requires authentication.
Returns: ArrayRef
Twitter API documentation: L<GET friendships/lookup|https://dev.twitter.com/rest/reference/get/friendships/lookup>
=item B<lookup_statuses>
=item B<lookup_statuses(id)>
=over 4
=item Parameters: id, include_entities, trim_user, map
=item Required: id
=back
Returns a hash reference of tweets from an arbitrary set of ids.
Returns: HashRef
Twitter API documentation: L<GET statuses/lookup|https://dev.twitter.com/rest/reference/get/statuses/lookup>
=item B<lookup_users>
=over 4
=item Parameters: user_id, screen_name, include_entities
=item Required: I<none>
=back
Return up to 100 users worth of extended information, specified by either ID,
screen name, or combination of the two. The author's most recent status (if the
authenticating user has permission) will be returned inline. This method is
rate limited to 1000 calls per hour.
This method will accept user IDs or screen names as either a comma delimited
string, or as an ARRAY ref. It will also accept arguments in the normal
HASHREF form or as a simple list of named arguments. I.e., any of the
following forms are acceptable:
$nt->lookup_users({ user_id => '1234,6543,3333' });
$nt->lookup_users(user_id => '1234,6543,3333');
$nt->lookup_users({ user_id => [ 1234, 6543, 3333 ] });
$nt->lookup_users({ screen_name => 'fred,barney,wilma' });
$nt->lookup_users(screen_name => ['fred', 'barney', 'wilma']);
$nt->lookup_users(
screen_name => ['fred', 'barney' ],
user_id => '4321,6789',
);
Returns: ArrayRef[User]
Twitter API documentation: L<GET users/lookup|https://dev.twitter.com/rest/reference/get/users/lookup>
=item B<members_create_all>
=item alias: add_list_members
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id
=item Required: I<none>
=back
Adds multiple members to a list, by specifying a reference to an array or a
comma-separated list of member ids or screen names. The authenticated user must
own the list to be able to add members to it. Note that lists can't have more
than 500 members, and you are limited to adding up to 100 members to a list at
a time with this method.
Returns: List
Twitter API documentation: L<POST lists/members/create_all|https://dev.twitter.com/rest/reference/post/lists/members/create_all>
=item B<members_destroy_all>
=item alias: remove_list_members
=over 4
=item Parameters: list_id, slug, user_id, screen_name, owner_screen_name, owner_id
=item Required: I<none>
=back
Removes multiple members from a list, by specifying a reference to an array of
member ids or screen names, or a string of comma separated user ids or screen
names. The authenticated user must own the list to be able to remove members
from it. Note that lists can't have more than 500 members, and you are limited
to removing up to 100 members to a list at a time with this method.
Please note that there can be issues with lists that rapidly remove and add
memberships. Take care when using these methods such that you are not too
rapidly switching between removals and adds on the same list.
Returns: List
Twitter API documentation: L<POST lists/members/destroy_all|https://dev.twitter.com/rest/reference/post/lists/members/destroy_all>
=item B<mentions>
=item alias: replies
=item alias: mentions_timeline
=over 4
=item Parameters: since_id, max_id, count, trim_user, include_entities, contributor_details
=item Required: I<none>
=back
Returns the 20 most recent mentions (statuses containing @username) for the
authenticating user.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET statuses/mentions_timeline|https://dev.twitter.com/rest/reference/get/statuses/mentions_timeline>
=item B<mutes>
=item B<mutes(cursor)>
=item alias: muting_ids
=item alias: muted_ids
=over 4
=item Parameters: cursor
=item Required: I<none>
=back
Returns an array of numeric user ids the authenticating user has muted.
Returns: ArrayRef[Int]
Twitter API documentation: L<GET mutes/users/ids|https://dev.twitter.com/rest/reference/get/mutes/users/ids>
=item B<muting>
=item alias: mutes_list
=over 4
=item Parameters: cursor, include_entities, skip_status
=item Required: I<none>
=back
Returns an array of user objects that the authenticating user is muting.
Returns: ArrayRef[BasicUser]
Twitter API documentation: L<GET mutes/users/list|https://dev.twitter.com/rest/reference/get/mutes/users/list>
=item B<new_direct_message>
=item B<new_direct_message(text)>
=over 4
=item Parameters: user_id, screen_name, text
=item Required: text
=back
Sends a new direct message to the specified user from the authenticating user.
Requires both the user and text parameters. Returns the sent message when
successful. In order to support numeric screen names, the C<screen_name> or
C<user_id> parameters may be used instead of C<user>.
Important: this method requires an access token with RWD (read, write, and
direct message) permissions.
Returns: DirectMessage
Twitter API documentation: L<POST direct_messages/new|https://dev.twitter.com/rest/reference/post/direct_messages/new>
=item B<no_retweet_ids>
=item alias: no_retweets_ids
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns an ARRAY ref of user IDs for which the authenticating user does not
want to receive retweets.
Returns: ArrayRef[UserIDs]
Twitter API documentation: L<GET friendships/no_retweets/ids|https://dev.twitter.com/rest/reference/get/friendships/no_retweets/ids>
=item B<oembed>
=over 4
=item Parameters: id, url, maxwidth, hide_media, hide_thread, omit_script, align, related, lang
=item Required: I<none>
=back
Returns information allowing the creation of an embedded representation of a
Tweet on third party sites. See the L<oEmbed|http://oembed.com/> specification
for information about the response format.
While this endpoint allows a bit of customization for the final appearance of
the embedded Tweet, be aware that the appearance of the rendered Tweet may
change over time to be consistent with Twitter's L<Display
Requirements|https://dev.twitter.com/terms/display-requirements>. Do not rely
on any class or id parameters to stay constant in the returned markup.
Returns: Status
Twitter API documentation: L<GET statuses/oembed|https://dev.twitter.com/rest/reference/get/statuses/oembed>
=item B<profile_banner>
=over 4
=item Parameters: user_id, screen_name
=item Required: I<none>
=back
Returns a hash reference mapping available size variations to URLs that can be
used to retrieve each variation of the banner.
Returns: HashRef
Twitter API documentation: L<GET users/profile_banner|https://dev.twitter.com/rest/reference/get/users/profile_banner>
=item B<rate_limit_status>
=item B<rate_limit_status(resources)>
=over 4
=item Parameters: resources
=item Required: I<none>
=back
Returns the remaining number of API requests available to the
authenticated user before the API limit is reached for the current hour.
Use C<< ->rate_limit_status({ authenticate => 0 }) >> to force an
unauthenticated call, which will return the status for the IP address rather
than the authenticated user. (Note: for a web application, this is the server's
IP address.)
Returns: RateLimitStatus
Twitter API documentation: L<GET application/rate_limit_status|https://dev.twitter.com/rest/reference/get/application/rate_limit_status>
=item B<related_results> B<DEPRECATED>
=item B<related_results(id)>
=over 4
=item Parameters: id
=item Required: id
=back
If available, returns an array of replies and mentions related to the specified
status. There is no guarantee there will be any replies or mentions in the
response. This method is only available to users who have access to
#newtwitter. Requires authentication.
Returns: ArrayRef[Status]
=item B<remove_profile_banner>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Removes the uploaded profile banner for the authenticating user.
Returns: Nothing
Twitter API documentation: L<POST account/remove_profile_banner|https://dev.twitter.com/rest/reference/post/account/remove_profile_banner>
=item B<report_spam>
=item B<report_spam(id)>
=over 4
=item Parameters: user_id, screen_name
=item Required: id
=back
The user specified in the id is blocked by the authenticated user and reported as a spammer.
Returns: User
Twitter API documentation: L<POST users/report_spam|https://dev.twitter.com/rest/reference/post/users/report_spam>
=item B<retweet>
=item B<retweet(id)>
=over 4
=item Parameters: idtrim_user
=item Required: id
=back
Retweets a tweet.
Returns: Status
Twitter API documentation: L<POST statuses/retweet/:id|https://dev.twitter.com/rest/reference/post/statuses/retweet/:id>
=item B<retweeted_by> B<DEPRECATED>
=item B<retweeted_by(id)>
=over 4
=item Parameters: id, count, page, trim_user, include_entities
=item Required: id
=back
Returns up to 100 users who retweeted the status identified by C<id>.
Returns: ArrayRef[User]
=item B<retweeted_by_ids> B<DEPRECATED>
=item B<retweeted_by_ids(id)>
=over 4
=item Parameters: id, count, page, trim_user, include_entities
=item Required: id
=back
Returns the IDs of up to 100 users who retweeted the status identified by C<id>.
Returns: ArrayRef[User]
=item B<retweeted_by_me> B<DEPRECATED>
=over 4
=item Parameters: since_id, max_id, count, page, trim_user, include_entities
=item Required: I<none>
=back
Returns the 20 most recent retweets posted by the authenticating user.
Returns: ArrayRef[Status]
=item B<retweeted_by_user> B<DEPRECATED>
=item B<retweeted_by_user(id)>
=over 4
=item Parameters: id, user_id, screen_name
=item Required: id
=back
Returns the 20 most recent retweets posted by the specified user. The user is
specified using the user_id or screen_name parameters. This method is identical
to C<retweeted_by_me> except you can choose the user to view. Does not require
authentication, unless the user is protected.
Returns: ArrayRef
=item B<retweeted_to_me> B<DEPRECATED>
=over 4
=item Parameters: since_id, max_id, count, page
=item Required: I<none>
=back
Returns the 20 most recent retweets posted by the authenticating user's friends.
Returns: ArrayRef[Status]
=item B<retweeted_to_user> B<DEPRECATED>
=item B<retweeted_to_user(id)>
=over 4
=item Parameters: id, user_id, screen_name
=item Required: id
=back
Returns the 20 most recent retweets posted by users the specified user
follows. The user is specified using the user_id or screen_name
parameters. This method is identical to C<retweeted_to_me>
except you can choose the user to view.
Does not require authentication, unless the user is protected.
Returns: ArrayRef
=item B<retweeters_ids>
=item B<retweeters_ids(id)>
=over 4
=item Parameters: id, cursor, stringify_ids
=item Required: id
=back
Returns a collection of up to 100 user IDs belonging to users who have
retweeted the tweet specified by the id parameter.
This method offers similar data to C<retweets> and replaces API v1's
C<retweeted_by_ids> method.
Returns: HashRef
Twitter API documentation: L<GET statuses/retweeters/ids|https://dev.twitter.com/rest/reference/get/statuses/retweeters/ids>
=item B<retweets>
=item B<retweets(id)>
=over 4
=item Parameters: id, count, trim_user
=item Required: id
=back
Returns up to 100 of the first retweets of a given tweet.
Returns: Arrayref[Status]
Twitter API documentation: L<GET statuses/retweets/:id|https://dev.twitter.com/rest/reference/get/statuses/retweets/:id>
=item B<retweets_of_me>
=item alias: retweeted_of_me
=over 4
=item Parameters: since_id, max_id, count, trim_user, include_entities, include_user_entities
=item Required: I<none>
=back
Returns the 20 most recent tweets of the authenticated user that have been
retweeted by others.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET statuses/retweets_of_me|https://dev.twitter.com/rest/reference/get/statuses/retweets_of_me>
=item B<reverse_geocode>
=item B<reverse_geocode(lat, long)>
=over 4
=item Parameters: lat, long, accuracy, granularity, max_results, callback
=item Required: lat, long
=back
Search for places (cities and neighborhoods) that can be attached to a
statuses/update. Given a latitude and a longitude, return a list of all the
valid places that can be used as a place_id when updating a status.
Conceptually, a query can be made from the user's location, retrieve a list of
places, have the user validate the location he or she is at, and then send the
ID of this location up with a call to statuses/update.
There are multiple granularities of places that can be returned --
"neighborhoods", "cities", etc. At this time, only United States data is
available through this method.
=over 4
=item lat
Required. The latitude to query about. Valid ranges are -90.0 to +90.0 (North
is positive) inclusive.
=item long
Required. The longitude to query about. Valid ranges are -180.0 to +180.0
(East is positive) inclusive.
=item accuracy
Optional. A hint on the "region" in which to search. If a number, then this is
a radius in meters, but it can also take a string that is suffixed with ft to
specify feet. If this is not passed in, then it is assumed to be 0m. If
coming from a device, in practice, this value is whatever accuracy the device
has measuring its location (whether it be coming from a GPS, WiFi
triangulation, etc.).
=item granularity
Optional. The minimal granularity of data to return. If this is not passed
in, then C<neighborhood> is assumed. C<city> can also be passed.
=item max_results
Optional. A hint as to the number of results to return. This does not
guarantee that the number of results returned will equal max_results, but
instead informs how many "nearby" results to return. Ideally, only pass in the
number of places you intend to display to the user here.
=back
Returns: HashRef
Twitter API documentation: L<GET geo/reverse_geocode|https://dev.twitter.com/rest/reference/get/geo/reverse_geocode>
=item B<saved_searches>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the authenticated user's saved search queries.
Returns: ArrayRef[SavedSearch]
Twitter API documentation: L<GET saved_searches/list|https://dev.twitter.com/rest/reference/get/saved_searches/list>
=item B<search>
=item B<search(q)>
=over 4
=item Parameters: q, count, callback, lang, locale, rpp, since_id, max_id, until, geocode, result_type, include_entities
=item Required: q
=back
Returns a HASH reference with some meta-data about the query including the
C<next_page>, C<refresh_url>, and C<max_id>. The statuses are returned in
C<results>. To iterate over the results, use something similar to:
my $r = $nt->search($search_term);
for my $status ( @{$r->{statuses}} ) {
print "$status->{text}\n";
}
Returns: HashRef
Twitter API documentation: L<GET search/tweets|https://dev.twitter.com/rest/reference/get/search/tweets>
=item B<sent_direct_messages>
=item alias: direct_messages_sent
=over 4
=item Parameters: since_id, max_id, page, count, include_entities
=item Required: I<none>
=back
Returns a list of the 20 most recent direct messages sent by the authenticating
user including detailed information about the sending and recipient users.
Important: this method requires an access token with RWD (read, write, and
direct message) permissions.
Returns: ArrayRef[DirectMessage]
Twitter API documentation: L<GET direct_messages/sent|https://dev.twitter.com/rest/reference/get/direct_messages/sent>
=item B<show_direct_message>
=item B<show_direct_message(id)>
=over 4
=item Parameters: id
=item Required: id
=back
Returns a single direct message, specified by an id parameter. Like
the C<direct_messages> request, this method will include the
user objects of the sender and recipient. Requires authentication.
Important: this method requires an access token with RWD (read, write, and
direct message) permissions.
Returns: HashRef
Twitter API documentation: L<GET direct_messages/show|https://dev.twitter.com/rest/reference/get/direct_messages/show>
=item B<show_friendship>
=item alias: show_relationship
=over 4
=item Parameters: source_id, source_screen_name, target_id, target_screen_name
=item Required: I<none>
=back
Returns detailed information about the relationship between two users.
Returns: Relationship
Twitter API documentation: L<GET friendships/show|https://dev.twitter.com/rest/reference/get/friendships/show>
=item B<show_list_member>
=item alias: is_list_member
=over 4
=item Parameters: owner_screen_name, owner_id, list_id, slug, user_id, screen_name, include_entities, skip_status
=item Required: I<none>
=back
Check if the specified user is a member of the specified list. Returns the user or undef.
Returns: Maybe[User]
Twitter API documentation: L<GET lists/members/show|https://dev.twitter.com/rest/reference/get/lists/members/show>
=item B<show_list_subscriber>
=item alias: is_list_subscriber
=item alias: is_subscriber_lists
=over 4
=item Parameters: owner_screen_name, owner_id, list_id, slug, user_id, screen_name, include_entities, skip_status
=item Required: I<none>
=back
Returns the user if they are a subscriber.
Returns: User
Twitter API documentation: L<GET lists/subscribers/show|https://dev.twitter.com/rest/reference/get/lists/subscribers/show>
=item B<show_saved_search>
=item B<show_saved_search(id)>
=over 4
=item Parameters: id
=item Required: id
=back
Retrieve the data for a saved search, by C<id>, owned by the authenticating user.
Returns: SavedSearch
Twitter API documentation: L<GET saved_searches/show/:id|https://dev.twitter.com/rest/reference/get/saved_searches/show/:id>
=item B<show_status>
=item B<show_status(id)>
=over 4
=item Parameters: id, trim_user, include_entities, include_my_retweet
=item Required: id
=back
Returns a single status, specified by the id parameter. The
status's author will be returned inline.
Returns: Status
Twitter API documentation: L<GET statuses/show/:id|https://dev.twitter.com/rest/reference/get/statuses/show/:id>
=item B<show_user>
=over 4
=item Parameters: user_id, screen_name, include_entities
=item Required: I<none>
=back
Returns extended information of a given user, specified by ID or screen
name as per the required id parameter. This information includes
design settings, so third party developers can theme their widgets
according to a given user's preferences. You must be properly
authenticated to request the page of a protected user.
Returns: ExtendedUser
Twitter API documentation: L<GET users/show|https://dev.twitter.com/rest/reference/get/users/show>
=item B<similar_places>
=item B<similar_places(lat, long, name)>
=over 4
=item Parameters: lat, long, name, contained_within, attribute:street_address, callback
=item Required: lat, long, name
=back
Locates places near the given coordinates which are similar in name.
Conceptually you would use this method to get a list of known places to choose
from first. Then, if the desired place doesn't exist, make a request to
C<add_place> to create a new one.
The token contained in the response is the token needed to be able to create a
new place.
Returns: HashRef
Twitter API documentation: L<GET geo/similar_places|https://dev.twitter.com/rest/reference/get/geo/similar_places>
=item B<subscribe_list>
=over 4
=item Parameters: owner_screen_name, owner_id, list_id, slug
=item Required: I<none>
=back
Subscribes the authenticated user to the specified list.
Returns: List
Twitter API documentation: L<POST lists/subscribers/create|https://dev.twitter.com/rest/reference/post/lists/subscribers/create>
=item B<suggestion_categories>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the list of suggested user categories. The category slug can be used in
the C<user_suggestions> API method get the users in that category . Does not
require authentication.
Returns: ArrayRef
Twitter API documentation: L<GET users/suggestions|https://dev.twitter.com/rest/reference/get/users/suggestions>
=item B<test> B<DEPRECATED>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the string "ok" status code.
Returns: Hash
=item B<trends_available>
=over 4
=item Parameters: I<none>
=item Required: I<none>
=back
Returns the locations with trending topic information. The response is an
array of "locations" that encode the location's WOEID (a Yahoo! Where On Earth
ID L<http://developer.yahoo.com/geo/geoplanet/>) and some other human-readable
information such as a the location's canonical name and country.
For backwards compatibility, this method accepts optional C<lat> and C<long>
parameters. You should call C<trends_closest> directly, instead.
Use the WOEID returned in the location object to query trends for a specific
location.
Returns: ArrayRef[Location]
Twitter API documentation: L<GET trends/available|https://dev.twitter.com/rest/reference/get/trends/available>
=item B<trends_closest>
=over 4
=item Parameters: lat, long
=item Required: I<none>
=back
Returns the locations with trending topic information. The response is an array
of "locations" that encode the location's WOEID (a Yahoo! Where On Earth ID
L<http://developer.yahoo.com/geo/geoplanet/>) and some other human-readable
information such as a the location's canonical name and country. The results
are sorted by distance from that location, nearest to farthest.
Use the WOEID returned in the location object to query trends for a specific
location.
Returns: ArrayRef[Location]
Twitter API documentation: L<GET trends/closest|https://dev.twitter.com/rest/reference/get/trends/closest>
=item B<trends_current> B<DEPRECATED>
=item B<trends_current(exclude)>
=over 4
=item Parameters: exclude
=item Required: I<none>
=back
Returns the current top ten trending topics on Twitter. The response includes
the time of the request, the name of each trending topic, and query used on
Twitter Search results page for that topic.
Returns: HashRef
=item B<trends_daily> B<DEPRECATED>
=over 4
=item Parameters: date, exclude
=item Required: I<none>
=back
Returns the top 20 trending topics for each hour in a given day.
Returns: HashRef
=item B<trends_place>
=item B<trends_place(id)>
=item alias: trends_location
=over 4
=item Parameters: id, exclude
=item Required: id
=back
Returns the top 10 trending topics for a specific WOEID. The response is an
array of "trend" objects that encode the name of the trending topic, the query
parameter that can be used to search for the topic on Search, and the direct
URL that can be issued against Search. This information is cached for five
minutes, and therefore users are discouraged from querying these endpoints
faster than once every five minutes. Global trends information is also
available from this API by using a WOEID of 1.
Returns: ArrayRef[Trend]
Twitter API documentation: L<GET trends/place|https://dev.twitter.com/rest/reference/get/trends/place>
=item B<trends_weekly> B<DEPRECATED>
=over 4
=item Parameters: date, exclude
=item Required: I<none>
=back
Returns the top 30 trending topics for each day in a given week.
Returns: HashRef
=item B<unsubscribe_list>
=over 4
=item Parameters: list_id, slug, owner_screen_name, owner_id
=item Required: I<none>
=back
Unsubscribes the authenticated user from the specified list.
Returns: List
Twitter API documentation: L<POST lists/subscribers/destroy|https://dev.twitter.com/rest/reference/post/lists/subscribers/destroy>
=item B<update>
=item B<update(status)>
=over 4
=item Parameters: attachment_url, display_coordinates, in_reply_to_status_id, lat, long, media_ids, place_id, status, trim_user
=item Required: status
=back
Updates the authenticating user's status. Requires the status parameter
specified. A status update with text identical to the authenticating
user's current status will be ignored.
=over 4
=item status
Required. The text of your status update. URL encode as necessary. Statuses
over 140 characters will cause a 403 error to be returned from the API.
=item in_reply_to_status_id
Optional. The ID of an existing status that the update is in reply to. o Note:
This parameter will be ignored unless the author of the tweet this parameter
references is mentioned within the status text. Therefore, you must include
@username, where username is the author of the referenced tweet, within the
update.
=item lat
Optional. The location's latitude that this tweet refers to. The valid ranges
for latitude is -90.0 to +90.0 (North is positive) inclusive. This parameter
will be ignored if outside that range, if it is not a number, if geo_enabled is
disabled, or if there not a corresponding long parameter with this tweet.
=item long
Optional. The location's longitude that this tweet refers to. The valid ranges
for longitude is -180.0 to +180.0 (East is positive) inclusive. This parameter
will be ignored if outside that range, if it is not a number, if geo_enabled is
disabled, or if there not a corresponding lat parameter with this tweet.
=item place_id
Optional. The place to attach to this status update. Valid place_ids can be
found by querying C<reverse_geocode>.
=item display_coordinates
Optional. By default, geo-tweets will have their coordinates exposed in the
status object (to remain backwards compatible with existing API applications).
To turn off the display of the precise latitude and longitude (but keep the
contextual location information), pass C<display_coordinates => 0> on the
status update.
=back
Returns: Status
Twitter API documentation: L<POST statuses/update|https://dev.twitter.com/rest/reference/post/statuses/update>
=item B<update_account_settings>
=over 4
=item Parameters: trend_location_woid, sleep_time_enabled, start_sleep_time, end_sleep_time, time_zone, lang
=item Required: I<none>
=back
Updates the authenticating user's settings.
Returns: HashRef
Twitter API documentation: L<POST account/settings|https://dev.twitter.com/rest/reference/post/account/settings>
=item B<update_delivery_device>
=item B<update_delivery_device(device)>
=over 4
=item Parameters: device, include_entities
=item Required: device
=back
Sets which device Twitter delivers updates to for the authenticating user.
Sending none as the device parameter will disable SMS updates.
Returns: BasicUser
Twitter API documentation: L<POST account/update_delivery_device|https://dev.twitter.com/rest/reference/post/account/update_delivery_device>
=item B<update_friendship>
=over 4
=item Parameters: user_id, screen_name, device, retweets
=item Required: I<none>
=back
Allows you enable or disable retweets and device notifications from the
specified user. All other values are assumed to be false. Requires
authentication.
Returns: HashRef
Twitter API documentation: L<POST friendships/update|https://dev.twitter.com/rest/reference/post/friendships/update>
=item B<update_list>
=over 4
=item Parameters: list_id, slug, name, mode, description, owner_screen_name, owner_id
=item Required: I<none>
=back
Updates the specified list. The authenticated user must own the list to be able
to update it.
Returns: List
Twitter API documentation: L<POST lists/update|https://dev.twitter.com/rest/reference/post/lists/update>
=item B<update_location> B<DEPRECATED>
=item B<update_location(location)>
=over 4
=item Parameters: location
=item Required: location
=back
This method has been deprecated in favor of the update_profile method.
Its URL will continue to work, but please consider migrating to the newer
and more comprehensive method of updating profile attributes.
Returns: BasicUser
=item B<update_profile>
=over 4
=item Parameters: name, url, location, description, include_entities, skip_status
=item Required: I<none>
=back
Sets values that users are able to set under the "Account" tab of their
settings page. Only the parameters specified will be updated; to only
update the "name" attribute, for example, only include that parameter
in your request.
Returns: ExtendedUser
Twitter API documentation: L<POST account/update_profile|https://dev.twitter.com/rest/reference/post/account/update_profile>
=item B<update_profile_background_image>
=over 4
=item Parameters: image, tile, include_entities, skip_status, use
=item Required: I<none>
=back
Updates the authenticating user's profile background image. The C<image>
parameter must be an arrayref with the same interpretation as the C<image>
parameter in the C<update_profile_image> method. See that method's
documentation for details. The C<use> parameter allows you to specify whether
to use the uploaded profile background or not.
Returns: ExtendedUser
Twitter API documentation: L<POST account/update_profile_background_image|https://dev.twitter.com/rest/reference/post/account/update_profile_background_image>
=item B<update_profile_banner>
=item B<update_profile_banner(banner)>
=over 4
=item Parameters: banner, width, height, offset_left, offset_top
=item Required: banner
=back
Uploads a profile banner on behalf of the authenticating user. The C<image>
parameter is an arrayref with the following interpretation:
[ $file ]
[ $file, $filename ]
[ $file, $filename, Content_Type => $mime_type ]
[ undef, $filename, Content_Type => $mime_type, Content => $raw_image_data ]
The first value of the array (C<$file>) is the name of a file to open. The
second value (C<$filename>) is the name given to Twitter for the file. If
C<$filename> is not provided, the basename portion of C<$file> is used. If
C<$mime_type> is not provided, it will be provided automatically using
L<LWP::MediaTypes::guess_media_type()>.
C<$raw_image_data> can be provided, rather than opening a file, by passing
C<undef> as the first array value.
Returns: Nothing
Twitter API documentation: L<POST account/update_profile_banner|https://dev.twitter.com/rest/reference/post/account/update_profile_banner>
=item B<update_profile_colors>
=over 4
=item Parameters: profile_background_color, profile_text_color, profile_link_color, profile_sidebar_fill_color, profile_sidebar_border_color, include_entities, skip_status
=item Required: I<none>
=back
Sets one or more hex values that control the color scheme of the
authenticating user's profile page on twitter.com. These values are
also returned in the /users/show API method.
Returns: ExtendedUser
Twitter API documentation: L<POST account/update_profile_colors|https://dev.twitter.com/rest/reference/post/account/update_profile_colors>
=item B<update_profile_image>
=item B<update_profile_image(image)>
=over 4
=item Parameters: image, include_entities, skip_status
=item Required: image
=back
Updates the authenticating user's profile image. The C<image> parameter is an
arrayref with the following interpretation:
[ $file ]
[ $file, $filename ]
[ $file, $filename, Content_Type => $mime_type ]
[ undef, $filename, Content_Type => $mime_type, Content => $raw_image_data ]
The first value of the array (C<$file>) is the name of a file to open. The
second value (C<$filename>) is the name given to Twitter for the file. If
C<$filename> is not provided, the basename portion of C<$file> is used. If
C<$mime_type> is not provided, it will be provided automatically using
L<LWP::MediaTypes::guess_media_type()>.
C<$raw_image_data> can be provided, rather than opening a file, by passing
C<undef> as the first array value.
Returns: ExtendedUser
Twitter API documentation: L<POST account/update_profile_image|https://dev.twitter.com/rest/reference/post/account/update_profile_image>
=item B<update_with_media>
=item B<update_with_media(status, media[])>
=over 4
=item Parameters: status, media[], possibly_sensitive, in_reply_to_status_id, lat, long, place_id, display_coordinates
=item Required: status, media[]
=back
Updates the authenticating user's status and attaches media for upload.
The C<media[]> parameter is an arrayref with the following interpretation:
[ $file ]
[ $file, $filename ]
[ $file, $filename, Content_Type => $mime_type ]
[ undef, $filename, Content_Type => $mime_type, Content => $raw_image_data ]
The first value of the array (C<$file>) is the name of a file to open. The
second value (C<$filename>) is the name given to Twitter for the file. If
C<$filename> is not provided, the basename portion of C<$file> is used. If
C<$mime_type> is not provided, it will be provided automatically using
L<LWP::MediaTypes::guess_media_type()>.
C<$raw_image_data> can be provided, rather than opening a file, by passing
C<undef> as the first array value.
The Tweet text will be rewritten to include the media URL(s), which will reduce
the number of characters allowed in the Tweet text. If the URL(s) cannot be
appended without text truncation, the tweet will be rejected and this method
will return an HTTP 403 error.
Returns: Status
Twitter API documentation: L<POST statuses/update_with_media|https://dev.twitter.com/rest/reference/post/statuses/update_with_media>
=item B<upload>
=item B<upload(media)>
=over 4
=item Parameters: media
=item Required: media
=back
Upload images to twitter without posting them on the timeline
Returns: Image
Twitter API documentation: L<POST media/upload|https://dev.twitter.com/rest/reference/post/media/upload>
=item B<upload_status>
=item B<upload_status(media_id, command)>
=over 4
=item Parameters: media_id, command
=item Required: media_id, command
=back
Check the status for async video uploads.
Returns: status
Twitter API documentation: L<GET media/upload|https://dev.twitter.com/rest/reference/get/media/upload>
=item B<user_suggestions>
=item B<user_suggestions(slug)>
=item alias: follow_suggestions_for
=over 4
=item Parameters: slug, lang
=item Required: slug
=back
Access the users in a given slug (category) of the Twitter suggested user list
and return their most recent status if they are not a protected user.
Currently supported values for optional parameter C<lang> are C<en>, C<fr>,
C<de>, C<es>, C<it>. Does not require authentication.
Returns: ArrayRef
Twitter API documentation: L<GET users/suggestions/:slug/members|https://dev.twitter.com/rest/reference/get/users/suggestions/:slug/members>
=item B<user_suggestions_for>
=item B<user_suggestions_for(slug)>
=item alias: follow_suggestions
=over 4
=item Parameters: slug, lang
=item Required: slug
=back
Access the users in a given slug (category) of the Twitter suggested user list.
Returns: ArrayRef
Twitter API documentation: L<GET users/suggestions/:slug|https://dev.twitter.com/rest/reference/get/users/suggestions/:slug>
=item B<user_timeline>
=over 4
=item Parameters: user_id, screen_name, since_id, max_id, count, trim_user, exclude_replies, include_rts, contributor_details
=item Required: I<none>
=back
Returns the 20 most recent statuses posted by the authenticating user, or the
user specified by C<screen_name> or C<user_id>.
Returns: ArrayRef[Status]
Twitter API documentation: L<GET statuses/user_timeline|https://dev.twitter.com/rest/reference/get/statuses/user_timeline>
=item B<users_search>
=item B<users_search(q)>
=item alias: find_people
=item alias: search_users
=over 4
=item Parameters: q, per_page, page, count, include_entities
=item Required: q
=back
Run a search for users similar to Find People button on Twitter.com; the same
results returned by people search on Twitter.com will be returned by using this
API (about being listed in the People Search). It is only possible to retrieve
the first 1000 matches from this API.
Returns: ArrayRef[Users]
Twitter API documentation: L<GET users/search|https://dev.twitter.com/rest/reference/get/users/search>
=item B<verify_credentials>
=over 4
=item Parameters: include_entities, skip_status, include_email
=item Required: I<none>
=back
Returns an HTTP 200 OK response code and a representation of the
requesting user if authentication was successful; returns a 401 status
code and an error message if not. Use this method to test if supplied
user credentials are valid.
Returns: ExtendedUser
Twitter API documentation: L<GET account/verify_credentials|https://dev.twitter.com/rest/reference/get/account/verify_credentials>
=back
=over 4
=item B<update_with_media>
=item B<update_with_media(status, media)>
=over 4
=item Parameters: status, media[], possibly_sensitive, in_reply_to_status_id, lat, long, place_id, display_coordinates
=item Required: status, media
=back
Updates the authenticating user's status and attaches media for upload.
The C<media[]> parameter is an arrayref with the following interpretation:
[ $file ]
[ $file, $filename ]
[ $file, $filename, Content_Type => $mime_type ]
[ undef, $filename, Content_Type => $mime_type, Content => $raw_image_data ]
The first value of the array (C<$file>) is the name of a file to open. The
second value (C<$filename>) is the name given to Twitter for the file. If
C<$filename> is not provided, the basename portion of C<$file> is used. If
C<$mime_type> is not provided, it will be provided automatically using
L<LWP::MediaTypes::guess_media_type()>.
C<$raw_image_data> can be provided, rather than opening a file, by passing
C<undef> as the first array value.
The Tweet text will be rewritten to include the media URL(s), which will reduce
the number of characters allowed in the Tweet text. If the URL(s) cannot be
appended without text truncation, the tweet will be rejected and this method
will return an HTTP 403 error.
Returns: Status
Twitter API documentation: L<POST statuses/update_with_media|https://dev.twitter.com/rest/reference/post/statuses/update_with_media>
=back
=head1 Search API Methods
These methods are provided when trait C<API::Search> is included in the C<traits>
option to C<new>.
=over 4
=item B<search>
=item B<search(q)>
=over 4
=item Parameters: q, geocode, lang, locale, result_type, count, until, since_id, max_id, include_entities, callback
=item Required: q
=back
Returns a HASH reference with some meta-data about the query including the
C<next_page>, C<refresh_url>, and C<max_id>. The statuses are returned in
C<results>. To iterate over the results, use something similar to:
my $r = $nt->search($search_term);
my $r = $nt->search({ q => $search_term, count => 10 })
for my $status ( @{$r->{results}} ) {
print "$status->{text}\n";
}
Returns: HashRef
=back
=head1 Lists API Methods
The original Lists API methods have been deprecated.
L<Net::Twitter::Role::API::Lists> provides backwards compatibility for code
written using those deprecated methods. If you're not already using the
C<API::Lists> trait, don't! Use the lists methods described above.
If you are using the C<API::Lists> trait, you should remove it from your code
and change the arguments in your list API method calls to match those described
above.
Also, if using the C<API::Lists> trait, you can pass synthetic argument
C<-legacy_lists_api> set to 0 for individual calls to use the new endpoints
semantics.
=head1 TwitterVision API Methods
These methods are provided when trait C<API::TwitterVision> is included in the
C<traits> option to C<new>.
=over 4
=item B<current_status>
=item B<current_status(id)>
=over 4
=item Parameters: id, callback
=item Required: id
=back
Get the current location and status of a user.
Returns: HashRef
=item B<update_twittervision>
=item B<update_twittervision(location)>
=over 4
=item Parameters: location
=item Required: location
=back
Updates the location for the authenticated user.
Returns: HashRef
=back
=head1 LEGACY COMPATIBILITY
This version of C<Net::Twitter> automatically includes the C<Legacy> trait if
no C<traits> option is provided to C<new>. Therefore, these 2 calls are
currently equivalent:
$nt = Net::Twitter->new(username => $user, password => $passwd);
$nt = Net::Twitter->new(
username => $user,
password => $passwd,
traits => ['Legacy'],
);
Thus, existing applications written for a prior version of C<Net::Twitter>
should continue to run, without modification, with this version.
In a future release, the default traits may change. Prior to that change,
however, a nearer future version will add a warning if no C<traits> option is
provided to C<new>. To avoid this warning, add an appropriate C<traits>
option to your existing application code.
=head1 ERROR HANDLING
There are currently two strategies for handling errors: throwing exceptions and
wrapping errors. Exception handling is the newer, recommended strategy.
=head2 Wrapping Errors
When trait C<WrapError> is specified (or C<Legacy>, which includes trait
C<WrapError>), C<Net::Twitter> returns undef on error. To retrieve information
about the error, use methods C<http_code>, C<http_message>, and C<get_error>.
These methods are described in the L<Net::Twitter::Role::WrapError>.
if ( my $followers = $nt->followers ) {
for my $follower ( @$followers ) {
#...
}
}
else {
warn "HTTP message: ", $nt->http_message, "\n";
}
Since an error is stored in the object instance, this error handling strategy
is problematic when using a user agent like C<LWP::UserAgent::POE> that
provides concurrent requests. The error for one request can be overwritten by
a concurrent request before you have an opportunity to access it.
=head2 Exception Handling
When C<Net::Twitter> encounters a Twitter API error or a network error, it
throws a C<Net::Twitter::Error> object. You can catch and process these
exceptions by using C<eval> blocks and testing $@:
eval {
my $statuses = $nt->friends_timeline(); # this might die!
for my $status ( @$statuses ) {
#...
}
};
if ( $@ ) {
# friends_timeline encountered an error
if ( blessed $@ && $@->isa('Net::Twitter::Error') ) {
#... use the thrown error obj
warn $@->error;
}
else {
# something bad happened!
die $@;
}
}
C<Net::Twitter::Error> stringifies to something reasonable, so if you don't need
detailed error information, you can simply treat $@ as a string:
eval { $nt->update($status) };
if ( $@ ) {
warn "update failed because: $@\n";
}
=head1 FAQ
=over 4
=item Why does C<< ->followers({ screen_name => $friend }) >> return I<my> followers instead of C<$friends>'s?
First, check carefully to make sure you've spelled "screen_name" correctly.
Twitter sometimes discards parameters it doesn't recognize. In this case,
the result is a list of your own followers---the same thing that would happen
if you called C<followers> without the C<screen_name> parameter.
=item How do I use the C<geocode> parameter in the Search API?
The C<geocode> parameter value includes a latitude, longitude, and radius
separated with commas.
$r = $nt->search({ geocode => "45.511795,-122.675629,25mi" });
=item How do I get Twitter to display something other than "from Perl Net::Twitter"?
If you set the source parameter to C<api>, twitter will display "from
API", and if you set it to the empty string, twitter will display, "from
web".
$nt = Net::Twitter->new(netrc => 1,legacy => 0,ssl => 1,source => 'api');
$nt->update('A post with the source parameter overridden.');
# result: http://twitter.com/semifor_test/status/6541105458
$nt = Net::Twitter->new(netrc => 1,legacy => 0,ssl => 1,source => '');
$nt->update('A post with the source parameter overridden.');
# result: http://twitter.com/semifor_test/status/6541257224
If you want something other than "Net::Twitter", "API", or "web", you need to
register an application and use OAuth authentication. If you do that, you
can have any name you choose for the application printed as the source.
Since rolling out OAuth, Twitter has stopped issuing new registered source
parameters, only existing register source parameters are valid.
=back
=head1 SEE ALSO
=over 4
=item L<Net::Twitter::Error>
The C<Net::Twitter> exception object.
=item L<http://dev.twitter.com/doc>
This is the official Twitter API documentation. It describes the methods and their
parameters in more detail and may be more current than the documentation provided
with this module.
=item L<LWP::UserAgent::POE>
This LWP::UserAgent compatible class can be used in L<POE> based application
along with Net::Twitter to provide concurrent, non-blocking requests.
=item L<Catalyst::Authentication::Credential::Twitter>
This module, by Jesse Stay, provides Twitter OAuth authentication support for
the popular L<Catalyst> web application framework.
=back
=head1 SUPPORT
Please report bugs to C<bug-net-twitter@rt.cpan.org>, or through the web
interface at L<https://rt.cpan.org/Dist/Display.html?Queue=Net-Twitter>.
Join the Net::Twitter IRC channel at L<irc://irc.perl.org/net-twitter>.
Follow perl_api: L<http://twitter.com/perl_api>.
Track Net::Twitter development at L<http://github.com/semifor/Net-Twitter>.
=head1 ACKNOWLEDGEMENTS
Many thanks to Chris Thompson <cpan@cthompson.com>, the original author of
C<Net::Twitter> and all versions prior to 3.00.
Also, thanks to Chris Prather (perigrin) for answering many design and
implementation questions, especially with regards to Moose.
=head1 AUTHOR
Marc Mims <marc@questright.com> (@semifor on Twitter)
=head1 CONTRIBUTORS
Roberto Etcheverry <retcheverry@gmail.com> (@retcheverry on Twitter)
KATOU Akira
Francisco Pecorella
Doug Bell <doug@plainblack.com>
Justin Hunter <justin.d.hunter@gmail.com>
Allen Haim <allen@netherrealm.net>
Joe Papperello (@antipasta on Github and Twitter)
Samuel Kaufman (ediblenergy on Github)
AnnMary Mathew (ammathew on Github)
Olaf Alders (oalders on Github)
=head1 LICENSE
Copyright (c) 2009-2016 Marc Mims
The Twitter API itself, and the description text used in this module is:
Copyright (c) 2016 Twitter
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
=head1 DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
|