I've been working to understand FB API, apps and pages for 2 weeks and end up exhausted. I created a company page, developed an app to publish feeds to that page. It works fine, but I have to find a way to show its action links only to that page's fans. I tried Page.IsFan() method, but it is not working, as said in docs.
I desperately need to find a way if current user viewing that feed is fan of my page and hide action links if not a fan. Is it possible?