Is it possible to create test users for a page the same way for an app?

1.1k Views Asked by At

Is it possible to create test users for a page the same way for an app?

I couldn't message from a page to test users created for an app that using graph-api (/{conversation-id}/messages) and am getting following error and also same from FB page as well.

com.restfb.exception.FacebookOAuthException: Received Facebook error response of type OAuthException: (#230) Permissions disallow message to user (code 230, subcode null)
        at com.restfb.DefaultFacebookClient$DefaultGraphFacebookExceptionMapper.exceptionForTypeAndMessage(DefaultFacebookClient.java:1174) ~[restfb-1.18.1.jar:?]
        at com.restfb.DefaultFacebookClient.throwFacebookResponseStatusExceptionIfNecessary(DefaultFacebookClient.java:1100) ~[restfb-1.18.1.jar:?]
        at com.restfb.DefaultFacebookClient.makeRequestAndProcessResponse(DefaultFacebookClient.java:1041) ~[restfb-1.18.1.jar:?]
        at com.restfb.DefaultFacebookClient.makeRequest(DefaultFacebookClient.java:952) ~[restfb-1.18.1.jar:?]
        at com.restfb.DefaultFacebookClient.publish(DefaultFacebookClient.java:444) ~[restfb-1.18.1.jar:?]
        at com.restfb.DefaultFacebookClient.publish(DefaultFacebookClient.java:469) ~[restfb-1.18.1.jar:?]
0

There are 0 best solutions below