search for: fb_graph

Displaying 4 results from an estimated 4 matches for "fb_graph".

Did you mean: _graph
2012 Oct 16
0
Rails 3 + fb_graph how to get access token to post to my own Facebook page
I am using Rails 3 + fb_graph to post to my own Facebook 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&quot...
2012 Feb 29
2
Fetch Facebook fanpage in rails
...age of the artist could like to see means , i had a facebook button in the player. i will check the fanpage. like this: http://graph.facebook.com/4 I will fetch this object hash.and then will be shown in the popup. I google it. but i am so confused because someone''s said use the gems (fb_graph,koala). but i cant get real idea for that. any tutorial for this...... sorry for the bad english sathish M -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3...
2012 Feb 24
0
Need Suggestion: how to Fetch Facebook information using the facebook_id in rails 3.1
Hi, I am the Newbie to rails and fb_graph.I have a rails3.1 app with authlogic authentication. all of users can the register with the facebook_id in my app. what i am suppose to do means if any one user can see the others facebook profile using the facebook_id. if there is any possiblity or not. Any samples like this or some example are...
2013 Sep 26
0
Fetch the user albums and photos
Hi, I am using omni-auth for the user authentication and logged in the user via access token. But like facebook i want to fetch the user profile information and all the albums he/she uploaded and images belongs to that albums, than save the public url to my own database. I found fb_graph a very good gem to use FB Graph search but i could not find any Gem that helps me to extract images,albums from Google+. Any suggestions and gem that can solve this problem are welcome. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Goo...