A parameter for TAdvFacebook "me" profile

Hi,

I'm using your TAdvFacebook component. I found that you made some http request using the "me" word in order to get the current user profile or other information. 

Would it be possibile to have a parameter for this, so I could retrieve also information for other facebook "things" different from "me"? For example, I could retrieve information about a particular Facebook page which is not a "user".

Example:
procedure TAdvFacebook.GetUserInfo(AUser : string);
begin
  GetProfileInfo(AUser,Profile);
end;

It works, if I change it in code, but it would be better if you introduce this feature in the component code.

Thanks,
Maurizio

Hi,


This is a good suggestion and we'll consider adding this feature in a future version of the control.