{"id":17222649,"url":"https://github.com/marksteve/fboauth2","last_synced_at":"2025-04-14T00:16:37.623Z","repository":{"id":2784666,"uuid":"3784334","full_name":"marksteve/fboauth2","owner":"marksteve","description":"Bare minimum Facebook OAuth2 client","archived":false,"fork":false,"pushed_at":"2014-03-07T15:53:14.000Z","size":142,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T14:21:13.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/marksteve.png","metadata":{"files":{"readme":"README.rst","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":"2012-03-21T07:35:44.000Z","updated_at":"2014-03-12T22:43:53.000Z","dependencies_parsed_at":"2022-09-10T01:10:55.166Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/fboauth2","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/marksteve%2Ffboauth2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Ffboauth2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Ffboauth2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Ffboauth2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/fboauth2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581282,"owners_count":21128142,"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-10-15T04:06:02.120Z","updated_at":"2025-04-14T00:16:37.590Z","avatar_url":"https://github.com/marksteve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nfboauth2\n========\n\n.. image:: http://img.shields.io/pypi/v/fboauth2.png\n\nBare minimum Facebook OAuth2 client\n\n\n-----\nUsage\n-----\n\n::\n\n    from fboauth2 import FBClient\n    fbclient = FBClient(CLIENT_ID, CLIENT_SECRET, scope='publish_stream',\n                        redirect_uri='http://example.com/callback')\n    # Point users to auth url\n    redirect(fbclient.get_auth_url())\n    # Pass code to get access token\n    code = params['code']\n    access_token = fbclient.get_access_token(code)\n    # Make graph requests\n    me = fbclient.graph_request('me')\n    print me['name']\n\n\n-------\nLicense\n-------\n\nhttp://marksteve.mit-license.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Ffboauth2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Ffboauth2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Ffboauth2/lists"}