java - Facebook SDK Test Users -


I have now been dismissed almost 7 times because "my app crashes" when Facebook reviews team "share" Tries to facebook

I am writing an Android camera app that allows Facebook to integrate Facebook by uploading a photo, which he directly took on Facebook.

For my submission, I am trying to get permission for "Publish_actions" permission, for which the Facebook review team will have to pass my app for the first time. Here's my problem: How can I share a Facebook review team on Facebook without this permission? I have been asked to setup test users (which I have done) but all I have done is this. Do I need some account tokens or some things for test users etc? Is it necessary? Right now, I allow the user to log in to Facebook, and wait for the time to share the request for publishing responses. But this is where the review team is saying that the app is crashing. This is not an accident for me because I am a developer and I have permission. So how can I work it :) I have app I just need Facebook "Okay!" :) Thanks in advance for any suggestions.

To just recycle, I only allow the user to login to Facebook with the Facebook button, then when it is time to share, I request permission for "publish_actions" permission I am (which has been clearly rejected), the app crashes (for the Facebook review team, no, does a great job for me).

OK, the answer is not with the test user.

Solution Issue:

While specifying test users for the Facebook review team, make sure that Facebook login button (see) is directly used to request permissions. (IE mFacebookLoginButton.setPublishPermissions (Arrays.asList ("publish_actions")); For some reason, this allows me to setup a button that will request permission in the future "when the user actually clicks the button."

This is similar to enclosing the request of the button's permission, so when it is finally pressed, it will execute the request at the same time.

I know that they say that Do not do this at login time, but honestly The work is the way that I can get permission to work (for a test user.) (Also works for normal users "when permission is received by the Facebook Review team.)


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -