Closed vivek14632 closed 7 years ago
I do have the same problem. getPost
does work, but getPage
is somehow broken... I tried to figure out why but I fail modyfing the original function.
I am also having the exact same issue
Here is one solution i found which is working for me.
Get an app token following this URL: https://developers.facebook.com/tools/explorer
In Application box, select your app and click on 'Get token' and select 'Get App token'. You will get your token. Use the following code to get page.
new_token<-"YOUR NEW TOKEN" getPage(page='page_name', token=toString(new_token),n=100,feed = T,reactions = T)
Noted: I have put '*' instead of credentials for the security reasons.