Questions tagged [facebook-app-requests]

205 questions
0
votes
1 answer

How do correctly authorise a Facebook App

I am creating a basic Facebook app, and when a user without permission visits the app, they are redirected to the authorisation page. However, the page doesn't display, and I see the following error. This content cannot be displayed in a…
David Gard
  • 11,225
  • 36
  • 115
  • 227
0
votes
0 answers

Apprequest notification didn't lead to App Store as "iOS Native Deep Linking" is enabled

My question is simple. I sent a apprequest to someone who doesn't install my app and hopefully they click it and are lead to App Store and then install my app. My case is that my test user has received the notification in his Facebook iPhone app.…
0
votes
1 answer

Issue with facebook android app and SDK

I am developing an app for android. I am using the long lived access token. I use the following code to send app requests to facebook: //code showing relevant sections. private WeakReference mActivity; mActivity = new…
0
votes
2 answers

fb 'apprequests' redirect to new url or send additional parameter to url

I need to pass additional parameter to redirect url when the user accept fb app request or need to redirect user to a custom url. How can I do this?...Please see the following code. $('#sendRequest').click(function() { FB.ui( …
rajmohan
  • 1,618
  • 1
  • 15
  • 36
0
votes
1 answer

how to create dialogs like apprequest dialog from hackbook for Android

I am trying to create a customized dialog with a lot of resources like apprequest dialog from hackbook for android. there is nothing similar @ http://developer.android.com/guide/topics/ui/dialogs.html. Someone knows how to do it? Tnx in advance
kbeca
  • 29
  • 4
0
votes
1 answer

Facebook App "This Connection is Untrusted"

I have developed a Facebook app (iframe) for site1.com. site1.com has a valid wildcard SSL certificate (*.site1.com), I have confirmed it here: http://www.digicert.com/help/ On Windows using Firefox (v13) and Chrome (v20.0.1) I can add the app to…
0
votes
1 answer

Facebook Post Request Not working

I am using the Facebook JavaScript SDK in my web app. The following function will be invoked when I click on a Facebook invite button facebookInvite: (e) -> e.preventDefault() FB.ui method: "apprequests" message: "Become my Buddie" …
0
votes
1 answer

Cannot get request_ids from notification in Facebook iOS App

I have a iOS app to send the apprequest by facebook ios sdk. I also set the Canvas URL and the Native iOS App in the developers.facebook.com. When send a apprequest, a notification show in notifacation list of facebook iOS app, tap the notification,…
kliu
  • 687
  • 1
  • 9
  • 17
0
votes
1 answer

Facebook request_ids don't show in notification bar

After I create request using apprequest dialog, it appears in notification bar and on the right side on main facebook page. On the right side, link to application looks like this…
0
votes
1 answer

mutiple wall posting site script . have error with not display fanpage list

$queries = array( array('method' => 'GET', 'relative_url' => '/'.$user), array('method' => 'GET', 'relative_url' => '/'.$user.'/pages'), array('method' => 'GET', 'relative_url' => '/'.$user.'/groups'), array('method' => 'GET',…
0
votes
1 answer

How to attach data to Facebook app request on the iPhone?

I'm working on 'deep linking' a Facebook request into my iOS app. A Facebook app is setup and seems to work as I can send a request to a friend, the request badge appears in the friend's Facebook, and clicking on the request launches my app (all on…
0
votes
1 answer

Facebook fan page app pass string to app_data and retrieve

Hi i have a multiple page facebook fan page app in asp.net c#. how do i set and retrieve that app_data querystring? is this part of the signedrequest or the actual url of the fan page? will there be cross domian issues in getting this in safari and…
0
votes
2 answers

Facebook App invitation request

I want to send the App req to 5 people , i have managed to get the UserID's of 5 people but its always those same 5 people , isnt there a way to randomise the USERID's which i get from Facebook ?