I'm trying this:
me.posts.find("732615109_10150617000595110").first
But when the post isn't there (it's been deleted), it's returning me the next earliest post in the stream. I'd like there to be a way to just search for a post by the identifier, and if it's not there, return false or nil.
Does that already exist, and I'm just missing it?
Thanks,
Wade
FbGraph::Post.new("post_id").fetch
--Wade
FbGraph::Post.new('post_id', :access_token => 'token').fetch
FbGraph::Post.new('post_id').fetch(:access_token => 'token')
--Wade
--
You received this message because you are subscribed to the Google Groups "FbGraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fb_graph+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.