{"id":26826785,"url":"https://github.com/manjav/air-extension-gplus","last_synced_at":"2026-04-29T18:33:09.334Z","repository":{"id":133750105,"uuid":"86436523","full_name":"manjav/air-extension-gplus","owner":"manjav","description":"Adobe AIR native extension (ANE) for Android to connect Google+ ","archived":false,"fork":false,"pushed_at":"2017-03-28T10:39:28.000Z","size":3338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T11:32:53.833Z","etag":null,"topics":["actionscript","adobe-air","adobe-flash","adobe-flex","adobe-native-extention","android","ane","google-plus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manjav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-28T08:46:53.000Z","updated_at":"2017-03-28T10:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a636806-7041-4a94-bc92-0cb9a768ef00","html_url":"https://github.com/manjav/air-extension-gplus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manjav/air-extension-gplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjav%2Fair-extension-gplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjav%2Fair-extension-gplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjav%2Fair-extension-gplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjav%2Fair-extension-gplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manjav","download_url":"https://codeload.github.com/manjav/air-extension-gplus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjav%2Fair-extension-gplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["actionscript","adobe-air","adobe-flash","adobe-flex","adobe-native-extention","android","ane","google-plus"],"created_at":"2025-03-30T11:31:02.336Z","updated_at":"2026-04-29T18:33:09.329Z","avatar_url":"https://github.com/manjav.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\nAdobe AIR native extension (ANE) for Android to connect to Google+ .\u003cbr /\u003e\n\nIt uses Google Plus API (com.google.android.gms.common.api.GoogleApiClient).\u003cbr /\u003e\nSupported functionality:\u003cbr /\u003e\n- user info (Google+ ID, name, Google+ url, email, photo url, birthdate, gender)\u003cbr /\u003e\n- friends info (Google+ ID, name, Google+ url, photo url, gender)\u003cbr /\u003e\n\n# Docs\nPlease, read docs and try ANE before asking any questions.\u003cbr /\u003e\nhttp://www.androidhive.info/2014/02/android-login-with-google-plus-account-1\u003cbr /\u003e\nhttp://help.adobe.com/en_US/air/extensions/index.html\u003cbr /\u003e\nhttps://developers.google.com/identity/sign-in/android/start\u003cbr /\u003e\n\n\n# Installation\nExtension ID: com.gerantech.extensions.gplus\u003cbr /\u003e\nAdd \"gplus-extension.ane\" from package folder to ane folder in your AIR project.\u003cbr /\u003e\nAdd the following lines to your AIR Aplication-app.xml file inside \u0026lt;manifestAdditions\u0026gt; section:\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u0026lt;application android:enabled=\"true\"\u0026gt;\u003cbr /\u003e\n\t\u0026lt;meta-data android:name=\"com.google.android.gms.version\" android:value=\"4452000\" /\u0026gt;\u003cbr /\u003e\n\t\u0026lt;activity android:name=\"com.gerantech.extensions.gplus.GPConnector\" android:theme=\"@android:style/Theme.Translucent.NoTitleBar\" /\u0026gt;\u003cbr /\u003e\n\u0026lt;/application\u0026gt;\u003cbr /\u003e\n\n\u0026lt;uses-permission android:name=\"android.permission.INTERNET\" /\u0026gt;\u003cbr /\u003e\n\u0026lt;uses-permission android:name=\"android.permission.GET_ACCOUNTS\" /\u0026gt;\u003cbr /\u003e\n\u0026lt;uses-permission android:name=\"android.permission.USE_CREDENTIALS\" /\u0026gt;\u003cbr /\u003e\n\u0026lt;uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" /\u0026gt;\u003cbr /\u003e\n\u0026lt;uses-permission android:name=\"android.permission.READ_PHONE_STATE\" /\u0026gt;\u003cbr /\u003e\n\n\n# Examples\n```actionscript\nimport com.gerantech.extensions.gplus.GPlusExtension;\nimport com.gerantech.extensions.gplus.events.GPlusEvent;\nimport com.gerantech.extensions.gplus.models.Result;\n\n...\n\nprivate var extension:GPlusExtension;\n...\n\n// initialization of Google Plus API\nextension = GPlusExtension.instance;\nextension.addEventListener(GPlusEvent.GPLUS_RESULT , extension_eventsHandler);\n\n...\n\n// call this methods step by step after you dont received any error or failure message\nextension.init();\n...\nextension.login();\n...\nextension.logout();\n...\nextension.revokeAccess();\n\nprotected function extension_eventsHandler(event:GPlusEvent):void\n{\n\tswitch(event.result.response)\n\t{\n\t\tcase Result.CONNECTION_FAILED:\n\t\tcase Result.LOGIN_CANCELED:\n\t\tcase Result.LOGIN_FAILED:\n\t\tcase Result.NETWORK_ERROR:\n\t\tcase Result.PERSON_NULL:\n\t\tcase Result.REVOKE_ACCESS:\n\t\t\ttrace(event.result.response + \"  \" + event.result.success + \"  \" + event.result.message);\n\t\t\tbreak;\n\t\tcase Result.PERSON_INFORMATION:\n\t\t\ttrace(event.result.person.name + \" \" + event.result.person.email + \" \" + event.result.person.friends.length);\n\t\t\tbreak;\n\t\t\n\t}\n\t//trace(event.type, event.data);\n}\n\n```\n\n# Misc\nANE is build for AIR 18.0+, in order to rebuild for another version do the following:\u003cbr /\u003e\n- edit \"air\\extension.xml\" and change 18 in very first line to any X.x you need;\u003cbr /\u003e\n- edit \"package.bat\" and in the very last line change path from AIR 18.0 SDK to any AIR X.x SDK you need;\u003cbr /\u003e\n- execute \"package.bat\" to repack the ANE.\u003cbr /\u003e\n\n\n\n## Thanks to\n[ravitamada](http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjav%2Fair-extension-gplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanjav%2Fair-extension-gplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjav%2Fair-extension-gplus/lists"}