0
irb(main):006:0> @graph = Koala::Facebook::GraphAPI.new

KOALA: Deprecation warning: Koala::Facebook::GraphAPI is deprecated and will be removed in a future version; please use the API class instead. => #

punitha
  • 3
  • 7

1 Answers1

0
@graph = Koala::Facebook::API.new

all of the classes are aliased from GraphAPI over to API

emcanes
  • 1,398
  • 10
  • 7