Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 9 of 9

You cannot post messages because only members can post, and you are not currently a member.
Description: A super simple Facebook Open Graph API client
 

posting a photo from the server 
  Hi, I need to upload a photo that is stored on the server, to a user's album According to facebook I need to POST to /[album ID]/photos, with parameters: - source (multipart/form-data) - message (string) Does anyone know how to do it with RestGraph? thanks
By adam klein  - Sep 11 2011 - 2 new of 2 messages    

How to use "actions" in facebook graph api 
  'actions' => json_encode( array( 'name' => 'Take The Quiz', 'link' => '[link] )),
By Guman Thakur  - Jun 14 2011 - 2 new of 2 messages    

How to handle Facebook signed_request? 
  I've built a Facebook app using Sinatra and the Rest-Graph gem. Now I would like to embed the app as an iFrame in a Facebook Page. To do that, I need to fetch the data from the 'signed_request' sent to my app by Facebook. I did find the method to do that in the source, but can't figure out how to exactly us it:... more »
By Javier_CH  - Apr 29 2011 - 3 new of 3 messages    

trying to get facebook insight data 
  I am trying to get facebook insight data and I am hitting a brick wall. Basically I did this. 1. I set up a facebook app and got the app_id, API_key etc. Then I try to log in like this but it doesn't work. rg = RestGraph.new(:app_id => @app.app_id ,:secret => @app.app_secret ) rg.authorize!(:redirect_uri => '[link], :code => 'CODE')... more »
By tim  - Apr 18 2011 - 5 new of 5 messages    

Manual async requests by default 
  Hi, I was wondering why async requests were to be manually called, either with aget or get :sync => true, and not called automatically depending on the availability of EM::HttpRequest? Is there a particular reason for it? Something like this: def request(opts, *req, &cb) if defined?(EM::HttpRequest)... more »
By Julien Portalier  - Feb 8 2011 - 4 new of 4 messages    

Action Links in Feed Story 
  Hi, I can't make actions links to work using rest-graph. I'm trying to do : rest_graph.post('me/feed', :message => "message", :picture => "http:// [link]", :name => "name", :caption => "caption", :description => "description", :link => "[link] paris", :actions => [{"name" => "Action!", "link" => "http://... more »
By Pierre Valade  - Oct 15 2010 - 2 new of 2 messages    

help with installing rest graph getting the following error 
  I have installed gem using rest graph and c:/ruby/lib/ruby/site_ruby/1.8 /rubygems/custom_require.rb:31 :in `gem_original_require' c:/ruby/lib/ruby/site_ruby/1.8 /rubygems/custom_require.rb:31 :in `require' c:/ruby/lib/ruby/gems/1.8/gems /activesupport-2.3.5/lib/activ e_support/ dependencies.rb:156:in `require'... more »
By roy wil  - Sep 5 2010 - 4 new of 4 messages    

require 'rest-graph/auto_load' 
  Hi, I'm new with your gem. The command in object seems to not work. I've a file named rest-graph.yaml in the configuration folder. Here is the file: development: &default app_id: xxxxxxxxxxxxxxxxx secret: xxxxxxxxxxxxxxxxxxxxxx canvas: [link] production: *default... more »
By simone  - Aug 25 2010 - 3 new of 3 messages    

rest-graph 1.3.0 - A super simple Facebook Open Graph API client 
  = rest-graph 1.3.0 by Cardinal Blue ( [link] ) == LINKS: * [link] * [link] * [link] * [link] == DESCRIPTION: A super simple Facebook Open Graph API client... more »
By Lin Jen-Shin  - Jun 11 2010 - 1 message    

No more topics in this group.
1 - 9 of 9

XML       Send email to this group: rest-graph@googlegroups.com