search for: get_access_token

Displaying 2 results from an estimated 2 matches for "get_access_token".

2012 Oct 16
0
Rails 3 + fb_graph how to get access token to post to my own Facebook page
...book page. I have code that works, but it uses an access token that only works for a couple of hours. And it is very annoying to refresh this access token a couple of times a day. So I registrated for a FB app. I now have: my_app = FbGraph::Application.new("App ID"); acc_tok = my_app.get_access_token("App Secret"); me = FbGraph::User.me(acc_tok) me.fetch me.accounts account = me.accounts.select {|account| account if account.name == "BoaJobs.com"}.first page = FbGraph::Page.new(account.identifier) note = page.note!(:access_token => account.access_token, :subj...
2011 Apr 20
1
Omniauth facebook authentication failure
I am using devise and omniauth for authentication. Wherever i click on the facebook login button i get this warning msg. ****************************************** warning: peer certificate won''t be verified in this SSL session ****************************************** But now i get this error msg ***************************************** OpenSSL::SSL::SSLError SSL_connect returned=1