Closed vmohan7 closed 11 years ago
Hi @vmohan7, are you pointing that
post = FbGraph::Post.fetch('26081741101_10152040782881102', access_token: ACCESS_TOKEN)
post.to.last
is a FbGraph::User instead of an FbGraph::Application?
namespace
attribute signifies it as an Application type.Thanks for your pull request, @tmlee I'll release the fix soon.
:ok_hand: thanks @nov
In processing this post, fbid = 26081741101_10152040782881102
The ESPN application is returned as a FbGraph::User object instead of a FbGraph::Application from calling the to method.
Also, for the tags on this post, when I call the fetch_with_class_determination method on the ESPN object, it returns a page object instead of an application object.