How can i fetch data with group page alias ?
Take for example this group: http://www.facebook.com/groups/toroneradio/. Making request to https://graph.facebook.com/toroneradio gives me back:
"message": "(#803) Some of the aliases you requested do not exist: toroneradio"
Making request to the graph API with the group's id: https://graph.facebook.com/173246339390721 works OK.
It works great for pages though. Looked at FQL groups table but name is not searchable. (FQL Groups table) Also looked for some documentation and in FB bugtracking, couldn't find anything.
Is there way to get programaticly the group id from group alias or directly to get Group graph object?
Thanks, in advance!