Questions tagged [facebook-app-requests]

205 questions
0
votes
1 answer

facebook share/apprequest dialog size (mobile)

I would like to know can I change the apprequest dialog size in mobile version? I tried .FB_UI_Dialog to change the width, but it will change all dialog. I only want to change apprequest and share dialog
0
votes
1 answer

Facebook Turn based Match making

Hello I have couple of questions about turn-based matchmaking with the facebook. 1) From FB documentation Requests can be sent to any player that has already installed the game; the sender and recipient do not need to be friends. So how can I send…
0
votes
0 answers

Link facebook application request to facebook application page. Considered invalid because it is a Facebook url

I can successfully send app requests by using method: 'apprequests' and the receiver gets the notification properly. I know the page to be shown when the user clicks on the request is the one you put as Canvas URL/Secure Canvas URL. The thing is I…
josepo
  • 66
  • 1
  • 7
0
votes
2 answers

Facebook login not firing with Facebook-App

I'm using Facebook-SDK (6.0.0) with Unity3D and trying to login , it's always falling back to WebView login while having FacebookApp installed. It only happens with iOS,no problems in Android. I'm initializing with this code: FB.Init(onInitComplete,…
0
votes
0 answers

Send facebook apprequest with PHP

I'm making a facebook app which will show a user's friends, then the user will choose a friend and the app will send that friend an apprequest with PHP. With that apprequest I also will send the user's id, so that when the receiver plays the app, I…
0
votes
0 answers

Do I need a Facebook approval for releasing public application?

Let's quote the documentation first: We will review how apps use Facebook Login: Apps requesting more than public_profile, email and the user_friends permission must be reviewed by Facebook before those permissions can be requested from…
0
votes
1 answer

Facebook app request shows up in desktop browser but not iOS app

I am trying to set up in app facebook game requests for an iOS app. I am able to successfully send a request from the iOS app and view them in a browser on my laptop. However, when I try to find the game requests using the facebook app for iOS…
0
votes
1 answer

AppRequest sent by my webapp is not received on the mobile Facebook website (in iOS)

My app isn't declared in sandbox. I did specified a canvas URL for redirection. The notification (apprequest) works well when sent from my webapp to the desktop facebook website. It well appears on the desktop version. However, I can't receive the…
Mik378
  • 21,881
  • 15
  • 82
  • 180
0
votes
1 answer

Apprequest received on Facebook Desktop website but not on m.facebook.com (mobile)

My question is very simple: Is it "normal" that I can't receive/detect any apprequest sent from my own app on the mobile Facebook website: m.facebook.com. (on my Iphone for instance) I'm pointing out that I have the Canvas URL well configured and…
Mik378
  • 21,881
  • 15
  • 82
  • 180
0
votes
1 answer

How to setup Facebook App Request from Unity with Prime31 Social combo plugin?

my problem is this, when the user is asked to select friends from the list and click on Send I receive a Success state from callback but no request is reached from the people selected in the list. My setup is this: - my app is a native app for iOS…
0
votes
1 answer

How to make an "apprequest" with c# Facebook SDK?

I would like to make an apprequest from my application using the c# facebook sdk. After some investigation I found some examples that are using the app access token which has the following format : access_token = YOUR_APP_ID|YOU_APP_SECRET Now I…
0
votes
1 answer

Detect if a user has accepted a Facebook app request from iOS app

Using the Facebook SDK in iOS, is it possible to detect from the iOS app, when a user has had their app request accepted by another user? Looking at Candy Crush as an example: User A asks for a life, then User B accepts, how is it that User A is…
L. Desjardins
  • 1,465
  • 1
  • 12
  • 22
0
votes
2 answers

Facebook invite request error android

When I invite friends from my application, they got a notification on Facebook saying I invited them to my game. However, when they click on the notification they got a error saying: "The requested page can not be displayed right now...". Could the…
0
votes
1 answer

facebook-unity-sdk: AppRequest Questions

Questions When sending an AppRequest, my friends list that comes up on iOS always has 48 users in it even when I have 300+ friends. Is there a way to change this limit for high-end devices that have plenty of memory? How does FB decide which 48…
0
votes
1 answer

Unity Facebook AppRequest Crash

We are using the Facebook Unity plugin build to device, open the AppRequest dialog, scroll up and down once or twice and the app crashes. SDK Info SDK Version: 4.3.4 Build Version: 131022.2bb3e6026790434 Code FB.AppRequest("Come join me in Tunnel…