Giter VIP home page Giter VIP logo

facebook_client_terminal's People

Contributors

docent-net avatar kissrobber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

facebook_client_terminal's Issues

Invalid App ID: app id

When I click on login on the web interface, I am redirected to Facebook with : "Invalid App ID: app id"

Couldn't build/install on Ubuntu 12.04

Tried running this a few ways and got different sorts of errors.

isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo cp js/config.json.example js/config.json
isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo npm update
isomorphismes@scheherezade:/opt/facebook_client_terminal$ node js/run.js

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: Cannot find module 'fb'
    at Function._resolveFilename (module.js:332:11)
    at Function._load (module.js:279:25)
    at Module.require (module.js:354:17)
    at require (module.js:370:17)
    at Function.start (/opt/facebook_client_terminal/js/facebookterminal.js:26:21)
    at Object.<anonymous> (/opt/facebook_client_terminal/js/run.js:7:6)
    at Object.<anonymous> (/opt/facebook_client_terminal/js/run.js:9:4)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:32)
isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo node js/run.js
isomorphismes@scheherezade:/opt/facebook_client_terminal$ node
> js/run.js
ReferenceError: js is not defined
    at repl:1:2
    at REPLServer.eval (repl.js:80:21)
    at Interface.<anonymous> (repl.js:182:12)
    at Interface.emit (events.js:67:17)
    at Interface._onLine (readline.js:162:10)
    at Interface._line (readline.js:426:8)
    at Interface._ttyWrite (readline.js:603:14)
    at ReadStream.<anonymous> (readline.js:82:12)
    at ReadStream.emit (events.js:88:20)
    at ReadStream._emitKey (tty.js:327:10)
> isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo su
root@scheherezade:/opt/facebook_client_terminal# node js/run.js
Segmentation fault

2.1 requiered?

Hello,

while trying to do:

fql "SELECT status_id FROM status WHERE uid = '#{ID_OF_MY_BOSS}' AND NOT(status_id IN (SELECT object_id FROM like WHERE user_id = me() AND object_type = 'status'))" | grep status_id: | awk '{ print $5}' | xargs -I 'status' node js/cmd.js like 'status'

I get as response:

error:
message: (#12) fql is deprecated for versions v2.1 and higher
type: OAuthException
code: 12

Does it need to be updated?

Client development

Hi Kissrobber,

What do u think about developing the client side a little bit? Check out the earthquake - ruby-based client for Twitter, which looks really great and also has wonderful functionalities: https://github.com/jugyo/earthquake

I think that this might be a good way for facebook_client_terminal - I could help you with this. So what do u think? :)

Is this app still workable?

Hi there,
I want to try this cool app, but fail both on local node server and the demo site.
Is this app still workable?
Thank you.

Problems running server

Hi,

Just cloned the code, edited js/config.js filling it with app_id and secret (leaving host and port untouched - nothing listening on 127.0.0.1:1337), run npm update (libraries downloaded sucesfully) and tried to run node js/run.js; unfortunately got this:

docent:facebook_client_terminal/ (master✗) $ node js/run.js                                                                                                                                                                        [19:34:58]
Server for facebook login is booting...

/home/docent/tmp/facebook_client_terminal/js/facebookterminal.js:39
        throw error;
              ^
TypeError: Object function (req, res, next) {
    app.handle(req, res, next);
  } has no method 'configure'
    at Object.<anonymous> (/home/docent/tmp/facebook_client_terminal/js/loginserver.js:49:7)
    at Object.<anonymous> (/home/docent/tmp/facebook_client_terminal/js/loginserver.js:80:4)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Function.FacebookTerminal.start (/home/docent/tmp/facebook_client_terminal/js/facebookterminal.js:28:9)
    at Object.<anonymous> (/home/docent/tmp/facebook_client_terminal/js/run.js:7:6)

Thanks for your help,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.