{"id":13744701,"url":"https://github.com/dborisenko/twitter-actionscript-api","last_synced_at":"2025-05-09T03:33:09.850Z","repository":{"id":2090630,"uuid":"3030758","full_name":"dborisenko/twitter-actionscript-api","owner":"dborisenko","description":"Twitter API library for Flex/AIR/ActionScript 3.0","archived":true,"fork":false,"pushed_at":"2013-04-19T17:17:56.000Z","size":3415,"stargazers_count":18,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-15T16:41:21.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dborisenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-22T00:03:12.000Z","updated_at":"2023-01-28T20:47:46.000Z","dependencies_parsed_at":"2022-08-26T13:50:55.485Z","dependency_job_id":null,"html_url":"https://github.com/dborisenko/twitter-actionscript-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dborisenko%2Ftwitter-actionscript-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dborisenko%2Ftwitter-actionscript-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dborisenko%2Ftwitter-actionscript-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dborisenko%2Ftwitter-actionscript-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dborisenko","download_url":"https://codeload.github.com/dborisenko/twitter-actionscript-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183269,"owners_count":21867393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:14.417Z","updated_at":"2025-05-09T03:33:09.644Z","avatar_url":"https://github.com/dborisenko.png","language":"ActionScript","readme":"#Twitter API library for Flex/AIR/ActionScript 3.0\n\nActionScript 3.0 library for [Twitter](http://twitter.com/) [API](http://apiwiki.twitter.com/). For use in Adobe Flash, Adobe Flex, Adobe AIR.\n\noAuth connector is implemented using [ActionScript 3.0 library for oAuth](http://code.google.com/p/oauth-as3/).\n\nExample of using:\n\n\tvar twitterApi:TwitterAPI = new TwitterAPI();\n\ttwitterApi.connection.setAccessToken(key, secret);\n\t\n\tvar op:TwitterOperation = new VerifyCredentials();\n\tvar handler:Function = function (event:TwitterEvent):void\n\t{\n\t\top.removeEventListener(TwitterEvent.COMPLETE, handler);\n\t\tif (event.success)\n\t\t{\n\t\t\ttrace(\"Credentials verified. User is: \" + TwitterUser(event.data).screenName);\n\t\t}\n\t\telse\n\t\t{\n\t\t\ttrace(\"Verification error. Twitter error message: \" + event.data);\n\t\t}\n\t};\n\top.addEventListener(TwitterEvent.COMPLETE, handler);\n\ttwitterApi.post(op, TwitterAPI.POST_TYPE_ASYNC_STATIC, TwitterAPI.PRIORITY_HIGHEST);\n","funding_links":[],"categories":["API"],"sub_categories":["Twitter API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdborisenko%2Ftwitter-actionscript-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdborisenko%2Ftwitter-actionscript-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdborisenko%2Ftwitter-actionscript-api/lists"}