All Projects → duxet → adium-facebook

duxet / adium-facebook

Licence: MIT license
Facebook plugin for Adium

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to adium-facebook

facebook
🤖 🚀 I work on a Facebook clone. I think it will be a good challenge, the code is open source you can use ✋
Stars: ✭ 21 (+61.54%)
Mutual labels:  facebook
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (+23.08%)
Mutual labels:  facebook
crawler
Crawler with Python 3.
Stars: ✭ 34 (+161.54%)
Mutual labels:  facebook
fb-export
Export (most) of your Facebook data using Node.js and the Graph API.
Stars: ✭ 21 (+61.54%)
Mutual labels:  facebook
Phlexish
Advanced Spear Phishing tool for Facebook with 2 factor authentication bypass! May contain minor bugs due to...idk
Stars: ✭ 49 (+276.92%)
Mutual labels:  facebook
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (+38.46%)
Mutual labels:  facebook
react-custom-share
Social media share buttons for ReactJS. Use one of the built-in button themes or create a custom one from scratch.
Stars: ✭ 47 (+261.54%)
Mutual labels:  facebook
hubot-messenger-bot
🔌 A Hubot adapter for Facebook Messenger Platform (Bots) with zero external dependencies.
Stars: ✭ 44 (+238.46%)
Mutual labels:  facebook
Facebook-Messenger-Statistics
Discover fun stats about your Facebook Messenger usage such as: most used words, most active year, most active hours, etc. using this Jupyter Notebook
Stars: ✭ 75 (+476.92%)
Mutual labels:  facebook
avz
🔑 AVZ: Social Authorization
Stars: ✭ 43 (+230.77%)
Mutual labels:  facebook
awosome-ai-in-social-media
💻 Collect those AI & Bot use in social media wechat/facebook/twitter/instagram/weibo/TikTok etc.
Stars: ✭ 21 (+61.54%)
Mutual labels:  facebook
ffeed
A simple page that returns the feed of a specific facebook page and group.
Stars: ✭ 19 (+46.15%)
Mutual labels:  facebook
facebook-node-sdk
Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Stars: ✭ 519 (+3892.31%)
Mutual labels:  facebook
OAuthLogin
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 57 (+338.46%)
Mutual labels:  facebook
FacebookAds
This is an Android app that displays all the Facebook Mobile Ads based on Audience Network SDK. This repo uses all the major ad-types in a separate activity for all the ads.
Stars: ✭ 16 (+23.08%)
Mutual labels:  facebook
hej
Hej! is a simple authentication boilerplate for Socialite.
Stars: ✭ 111 (+753.85%)
Mutual labels:  facebook
fb-photos
Download "Photos of me" on Facebook
Stars: ✭ 31 (+138.46%)
Mutual labels:  facebook
artefactory-connectors-kit
ACK is an E(T)L tool specialized in API data ingestion. It is accessible through a Command-Line Interface. The application allows you to easily extract, stream and load data (with minimum transformations), from the API source to the destination of your choice.
Stars: ✭ 34 (+161.54%)
Mutual labels:  facebook
oembed
PHP OEmbed wrapper for well-known video platforms and services
Stars: ✭ 26 (+100%)
Mutual labels:  facebook
spring-boot-oauth2-login
No description or website provided.
Stars: ✭ 24 (+84.62%)
Mutual labels:  facebook

adium-facebook

Facebook plugin for Adium, uses dequis/purple-facebook code.

How to build?

Remember that you need to have Homebrew and Xcode installed on your Mac OS machine.

Prerequisites

brew install json-glib openssl 

Build

git clone https://github.com/duxet/adium-facebook.git
cd adium-facebook
git submodule update --init --recursive
cd adium
xcodebuild -configuration=release HEADER_SEARCH_PATHS="/usr/local/opt/openssl/include/" OTHER_CFLAGS="$(pkg-config --cflags --libs glib-2.0)"
cd ..
xcodebuild build HEADER_SEARCH_PATHS="/usr/local/include/json-glib-1.0/"
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].