All Projects → netpyoung → fb-sdk-cljs

netpyoung / fb-sdk-cljs

Licence: other
facebook javascript sdk wrapper for clojurescript

Programming Languages

clojure
4091 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to fb-sdk-cljs

Pelican
Chrome extension for better Facebook Works only with the previous design of Facebook.
Stars: ✭ 16 (+23.08%)
Mutual labels:  facebook
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+384.62%)
Mutual labels:  facebook
facebook-py-sdk
Facebook Python SDK
Stars: ✭ 15 (+15.38%)
Mutual labels:  facebook
SocialInfo4J
fetch data from Facebook, Instagram and LinkedIn
Stars: ✭ 44 (+238.46%)
Mutual labels:  facebook
node-facebook-twitter-google-github-login
Node, Express, Mongoose, Passport, Facebook, Twitter, Google and Github Authentication (Login)
Stars: ✭ 31 (+138.46%)
Mutual labels:  facebook
Firebook
A facebook like app using Firebase
Stars: ✭ 31 (+138.46%)
Mutual labels:  facebook
social-button
Social Buttons as Web Components
Stars: ✭ 17 (+30.77%)
Mutual labels:  facebook
Data-mining-python-script
It contain various script on web crawling/ data mining of social web(RSS,facebook,twitter,Linkedin)
Stars: ✭ 24 (+84.62%)
Mutual labels:  facebook
facebook-tool-seller
Facebook Tool Seller Version 1.0.1
Stars: ✭ 25 (+92.31%)
Mutual labels:  facebook
oauth
Allow users to log in with GitHub, Twitter, Facebook, and more!
Stars: ✭ 21 (+61.54%)
Mutual labels:  facebook
hosts
🄯Curated lists of hosts files with various domain blocks.🄯
Stars: ✭ 15 (+15.38%)
Mutual labels:  facebook
js-fb-autopoke
Auto-poke script for Facebook written in JavaScript
Stars: ✭ 20 (+53.85%)
Mutual labels:  facebook
facebook-discussion-tk
A collection of tools to (semi-)automatically collect and analyze data from online discussions on Facebook groups and pages.
Stars: ✭ 33 (+153.85%)
Mutual labels:  facebook
FacebookBug
Facebook Write-ups, PoC, and exploitation codes:
Stars: ✭ 28 (+115.38%)
Mutual labels:  facebook
Ananas
An easy image editor integration for your Android apps.
Stars: ✭ 186 (+1330.77%)
Mutual labels:  facebook
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+130.77%)
Mutual labels:  facebook
instagram-stories
Get the Instagram Stories in Node.js and Browser
Stars: ✭ 86 (+561.54%)
Mutual labels:  facebook
koleton
The easiest library to show skeleton screens in an Android app.
Stars: ✭ 84 (+546.15%)
Mutual labels:  facebook
aboutmeinfo-telegram-bot
ℹ️ About Me Info Bot: Share your social media and links on Telegram
Stars: ✭ 20 (+53.85%)
Mutual labels:  facebook
ueberauth facebook
Facebook OAuth2 Strategy for Überauth.
Stars: ✭ 72 (+453.85%)
Mutual labels:  facebook

facebook sdk for cljs

  • facebook javascript sdk wrapper for clojurescript

  • Clojars Project

  • Dependencies Status

Feature.

  • just facebook sdk.js wrapper.

  • all response callback data converted by (js->clj response :keywordize-keys true)

  • all input dictionary data converted by (clj->js dicionary)

Usage

(fb/get-login-status
 (fn [response]
   (case (:status response)
     "connected"
     (.log js/console "connected")
     ;; else
     (fb/login #(.log js/console "else-" %) {:scope "email"}))))

Known bug

example.

please check this file - https://github.com/netpyoung/fb-sdk-cljs/blob/master/test/fb_sdk_cljs/api_test.cljs

Debuging this project

boot.user=> (start-repl)

Externs.

Api

TODO

  • docker
  • headless browser test

REF.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].