Unable to get facebook incoming requests
问题 I am trying to implement send data and accept that data in my Facebook android game app.I am following https://developers.facebook.com/docs/android/send-requests/#notifications tutorial for that. I am able to send the request however I am unable to accept the data at the recipient side . My intentUri returning null every time so that's I am unable to get requestIds. my code for getting the data at the recipient side: intentUri = MainActivity.this.getIntent().getData(); if (intentUri != null)