{"id":23006669,"url":"https://github.com/aaronvb/fb_js_connect","last_synced_at":"2025-04-02T15:13:55.452Z","repository":{"id":1141658,"uuid":"1022354","full_name":"aaronvb/fb_js_connect","owner":"aaronvb","description":"Facebook Connect with Javascript SDK and Ruby on Rails","archived":false,"fork":false,"pushed_at":"2010-10-25T13:56:45.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-21T22:38:18.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/aaronvb.png","metadata":{"files":{"readme":"README.rdoc","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":"2010-10-25T13:41:26.000Z","updated_at":"2014-12-29T21:31:21.000Z","dependencies_parsed_at":"2022-08-16T12:15:15.108Z","dependency_job_id":null,"html_url":"https://github.com/aaronvb/fb_js_connect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronvb%2Ffb_js_connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronvb%2Ffb_js_connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronvb%2Ffb_js_connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronvb%2Ffb_js_connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronvb","download_url":"https://codeload.github.com/aaronvb/fb_js_connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837685,"owners_count":20841903,"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-12-15T08:13:15.894Z","updated_at":"2025-04-02T15:13:55.434Z","avatar_url":"https://github.com/aaronvb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= fb_js_connect\n\n* http://developers.facebook.com/docs/reference/javascript\n\n== Description:\n\nfb_js_connect lets you verify and parse the cookie that Facebook Connect Javascript SDK provides.\nI've only tested this in Rails 3.0.1\nVery, very incomplete. Use at own risk for now, sorry.\n\n== Configuration:\n\nFirst create config/fb_credentials.yml and provide these two bits if info from your Facebook App.\n\n  app_id: YOUR_FACEBOOK_APP_ID\n  app_secret: YOUR_FACEBOOK_APP_SECRET\n\nIn application_controller.rb:\n\n  include FbJsConnect\n\n== How to use:\n\nTo see if you're currently connected to Facebook:\n\n  if current_fb_connect.connected\n    return true\n  else\n    return false\n  end\n\t\nTo get Facebook UID:\n\n  fb_uid = current_fb_connect.uid\n\t\nTo get Facebook Access Token:\n\n  fb_access_token = current_fb_connect.access_token\n\t\n== To do:\n\n* Call backs for Facebook Connection and Disconnection\n* Add JS Graph API calls\n\n== Help\n\nI'm always open to suggestions and changes, as well as code contributions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronvb%2Ffb_js_connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronvb%2Ffb_js_connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronvb%2Ffb_js_connect/lists"}