Can a test user 'LIKE' a brand page?

风流意气都作罢 提交于 2019-12-06 02:51:01

问题


I'm building an tab for a brand page, which I am testing via Cucumber/Selenium. I have created several test users in different states, but am hanging up on creating a test user who LIKEs my brand.

When I visit my own brand page logged in as my real facebook user, I see a LIKE button.

When I visit my brand page logged in as a test user, I do not see an option to LIKE the page.

I have had no trouble creating or testing users who have given my tab/app permissions. All test users are associated with the brand page in the developers app.

Is it possible to have a test user like an existing brand page, or are there other suggestions for how to test this user scenario?

Thanks


回答1:


According to the documentation, test users cannot like public pages.

Test users cannot fan a public Page or create public content on them like writing on a Page's wall. A Test user can however view and interact with the app tab on the Page if they are associated with that app.

If you log in as a test user, then create a page as that user, then you can "like" it, and you may be able to do this test.



来源:https://stackoverflow.com/questions/8509643/can-a-test-user-like-a-brand-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!