i am intrested in developing a command line application using ruby to update Facebook status. To do this i need to be authenticated. Does Facebook Api provides authentication using comman line applications? i checked facebook api there is no support for command line applications. so how should i proceed?
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
- reference to a method?
相关文章
- Ruby using wrong version of openssl
- Facebook login for group members
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- “No explicit conversion of Symbol into String” for
- Segmentation fault with ruby 2.0.0p247 leading to
- How to detect if an element exists in Watir
- uninitialized constant Mysql2::Client::SECURE_CONN
Currently there is no way to authorize user without their interaction with browser.
See Windows, OS X and Linux native apps section of Authentication documentation
There is additional way of authentication that will work without browser, it's called Authentication for Devices which is currently supported only for limited number of partners and not available for general use.