Questions tagged [facebook-app-requests]

205 questions
0
votes
1 answer

How to get the data param in an app generated request for a facebook user

I am sending an app generated request to a user(already authorized the app) by calling the below function function send_app_request(){ FB.api( "/" + '' + "/apprequests", "POST", { message: "Custom Request for you!", data:…
0
votes
2 answers

Unable to find "Upgrade to Requests 2.0" in facebook application settings

As mentioned in this blog post http://developers.facebook.com/blog/post/464/ ....enable “Upgrade to Requests 2.0” in your Developer App settings on the “Advanced” tab. This switch controls the bookmark counts seen by your users and synchronizes the…
serpent403
  • 803
  • 16
  • 32
0
votes
1 answer

Facebook Request Dialog - For a Mobile App

Is it possible to display FACEBOOK REQUEST DIALOG in mobile apps. As for as I have looked, most people say REQUEST DIALOGS are available only for Canvas Apps. But the docs page https://developers.facebook.com/docs/channels/ says If you have built…
0
votes
1 answer

Facebook apprequest error

Good day, everyone! I have a problem with apprequests. When i use Request Dialog, i have response with request id. Here is the code:
user1184925
0
votes
2 answers

Heroku create image

im using php and heroku to create some images for my facebook app, but the images arent shown, only picture of an broken image is shown. Im using sample code from php tutorial website.
sapphire
  • 21
  • 4
-1
votes
1 answer

what is the diffrence between facebook canvas url and secure canvas url

diffrence between facebook canvas url and secure canvas url? In Iframe always secure canvas url content opens,then what is the need of canvas ?
-1
votes
1 answer

Is the iPhone Store ID necessary for Facebook mobile app request being seen in notifications?

I've tried to use the Facebook iOS dialog request, but unfortunately the request is not showing up in the Facebook Mobile App. Since then, I've tried to add a Page Canevas (with the same Facebook app id) and magically I've been able to receive…
-1
votes
1 answer

Not able to see app request post from the default facebook app or browser

I am posting the app request to the Friend's wall. It works fine. It shown great with the PC browser. See below image from PC: Now while I am going to see the same thing from the Android Device then it is not showing the correct post. I am not able…
Shreyash Mahajan
  • 23,386
  • 35
  • 116
  • 188
-2
votes
2 answers

Parsing Facebook PHP API Response - Remastered / Recycled 05/02/2015

My Array; { "bio": "Testing Facebook Bio -> Stupidly forgot to set whilst trying to fetch this information testing my latest Facebook App!", "movies": { "data": [ { "name": "Night At The Museum", "id":…
-4
votes
2 answers

Creating a Facebook App [Newbie]

i'm kinda new to this field. I'm about to create a facebook app and I don't know exactly how to. I need a little tut and codes for the app. I'm so appreciate if you can help me. :) This is how I want it. A photo uploading app that anyone can give…
CyeroN
  • 9
  • 1
  • 1
  • 1
1 2 3
13
14