facebook-app-requests Questions

6

I am using the normal setup for sending invites through the requests dialogue: FB.ui( { method: 'apprequests', message: "Please add me, I am doing the same, thanks!" }, function(response) {...

5

Solved

I switched to Facebook 4.0 in order to implement AppInviteDialog for Android. I followed this reference. The dialog appears, I can select friends, invite them, I get the onSuccess() call, but my f...

2

Solved

One can get his app's AppRequests using FB Graph. How can I get if the receiver clicked on any of the AppRequests? Edit: I can't pass additional parameters in the AppRequest, it's an "AppInv...

1

Solved

I am doing a static web page in my website, in which I am showing the like count of particular Facebook page. There is no kind of login required to see this web page. Also, I don't want to user to ...
Nephridium asked 13/10, 2015 at 16:12

3

Solved

According to Facebook - Authentication within a Canvas Page Document, they say that we will be getting a signed_request which consists a JSON object. Now they say that signed_request can be get thr...

2

I installed last month the Facebook plugin for Cordova. Last week I implemented the showDialog to let people invite their friends to the app using "apprequests" method. It worked when I tried with ...

2

When I use the webdialog for a friendrequest, everything is going fine, except no request or anything is made. The code: NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAnd...
Hild asked 19/3, 2013 at 9:17

2

I want to know how to send app request to all my facebook friends from android app. I tried in graph API. But, couldn't get it done. https://graph.facebook.com/apprequests?ids=friend1,friend2&...

2

Solved

I've noticed that some Facebook apps, like BranchOut, have customized notifications messages. When an app request is sent and appears in the top left notification center the text on the notificatio...
Roister asked 6/9, 2012 at 14:1

3

Solved

MyApp users can select a Facebook friend and send them an ANONYMOUS Christmas wish. It is extremely important that the identity of the one that sends the wish is never revealed. Everything is OK a...

1

Solved

My Facebook app sends notifications with some information to its users with Notifications API. However, these notifications are only received on desktop, but not on mobile devices. How can I reac...
Berwickupontweed asked 13/12, 2012 at 10:16

1

I am sending app requests from an iOS native app using Facebook SDK dialog. I have created a canvas app and set the iTunes ID (using a valid ID from a different app in the store now, since mine is ...
Epenthesis asked 22/5, 2012 at 3:23

3

Solved

I just copy the source codes from https://developers.facebook.com/docs/reference/dialogs/requests/, JavaScript Example section, change to my API ID, then I can see the Dialog. but when I sent a Req...
Irreducible asked 24/10, 2012 at 9:10

3

I'm currently developing a Facebook canvas app in which I let the users invite others to use the app, pretty standard stuff. For this I'm using the FB.ui method of the JavaScript SDK. FB.ui({ me...
Gyronny asked 5/9, 2012 at 17:32
1

© 2022 - 2024 — McMap. All rights reserved.