facebook-requests

FB Apprequests: How many friends can I invite at a time?

∥☆過路亽.° 提交于 2020-01-06 07:14:58
问题 I have a "friendpicker" on my app to send an apprequest. It features an option "Select All", so.. when I try to invite 560 friends it doesen't work. Their user ID's don't even fit in the URL. So, is there any fixed limit for this feature? I couldn't find any reference to it in the documentation (https://developers.facebook.com/docs/concepts/requests/) 回答1: Facebook limit is 50, Internet Explorer limitation only supports up to 25 requests at one time A user ID or username, or a comma-separated

Unable to get facebook incoming requests

▼魔方 西西 提交于 2019-12-07 05:37:24
问题 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)

Change Facebook SDK request dialog title & notification title

半腔热情 提交于 2019-12-02 11:58:37
问题 this question is about android ... I have been a week for now trying to display my own message as a title for the invitation/request dialog and for the notification as well (for facebook SDK 3.0+) but i cant know how, and the facebook SDK documentation is a piece of !@#$, i must go through all the documentation from the start to know a little piece of information here is my code final Bundle parameters = new Bundle(); parameters.putString("app_id", /*app id*/); parameters.putString("to", /

Change Facebook SDK request dialog title & notification title

久未见 提交于 2019-12-02 06:06:43
this question is about android ... I have been a week for now trying to display my own message as a title for the invitation/request dialog and for the notification as well (for facebook SDK 3.0+) but i cant know how, and the facebook SDK documentation is a piece of !@#$, i must go through all the documentation from the start to know a little piece of information here is my code final Bundle parameters = new Bundle(); parameters.putString("app_id", /*app id*/); parameters.putString("to", /*selected friends*/); parameters.putString("message", /*a message displayed to the inviter*/); WebDialog