michael...@wwwmedia.co.nz
unread,Jul 11, 2014, 1:00:05 AM7/11/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fb_g...@googlegroups.com, sod....@gmx.de, michael...@wwwmedia.co.nz
app = FbGraph::Application.new(APP_ID, :secret => APP_SECRET)
access_token = app.insights[0].access_token
ad_campaign_stats = FbGraph::AdAccount.new('act_12345', :access_token => "#{access_token}").ad_campaign_stats
ad_campaign_stats.each { |ad_campaign_stat| ad_campaign_stat.inspect }
I get FbGraph::InvalidRequest: GraphMethodException :: Unsupported get request.