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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
No more topics in this group.
|
|