Questions tagged [facebook-app-requests]

205 questions
0
votes
0 answers

Facebook PHP SDK Graph API

I am working on facebook graph API to collect all feed and videos from one group and upload in another group, all feed and photo working fine, But when i am going to upload video and its showing error with source url. Video uploading working with…
0
votes
0 answers

Facebook app requests and invites taking too much time to load

I have a mobile gaming application.I have developed it in cocos2d.I noticed recently that sometimes when i am trying to send the non-app requests the facebook web page is taking time to load. This problem was not happening before 2nd week of march…
0
votes
0 answers

Facebook app invite notification received but not showing message

I successfully implemented Facebook app invites and tested it with 2 different test users. The only problem is that another test user receives an app invite notification but when I click on the notification then nothing is showed to me. Here is the…
0
votes
0 answers

How to fix Facebook App Login Error

I am new to Facebook App Developing. I am trying to use facebook login. But this error is popping up. 1 This is my code.
0
votes
2 answers

Content not found error after clicking on game request notification on facebook

I have created a game in android and iOS. I have created an app on facebook with category as GAME. I am able to send requests to facebook friends by using FBSDKGameRequestDialog. But when i click on the notification received, it gives me the…
Prajyot
  • 99
  • 1
  • 12
0
votes
2 answers

Login to my app using facebook : error when using Facebook App

Here is the Screenshot Logging into my App using Facebook credentials is not working correctly through browsers. But it gives an error when logging in through the Facebook App. It is not automatically redirecting to my App and remains in Facebook by…
ArjunKasi
  • 11
  • 6
0
votes
1 answer

unable to login with Facebook in my app, page turn white no action further

My app have rejected being of this problem two times. Some times (very rarely), Testers are unable to login with Facebook. Please see the attached screenshot/s for more information. The steps to reproduce are(produce some time very…
0
votes
0 answers

Facebook gifting send plural form of object type in Unity3d

I am sending apprequest to send "Gift" to friends. Code which i am using to send gift is as below : FB.AppRequest (Send_Gift_Message, OGActionType.SEND, GIFT_10_COINS, toFriends, null, "Send Gift", delegate(IAppRequestResult result) { …
0
votes
1 answer

Facebook API unable to detect "user_location"

I am requesting for read permission for . But when user clicks on log in with facebook, i am unable to see "your current city" in While running graph api, i am able to receive name, locale and email but not location. Please help. API call:…
0
votes
1 answer

Facebook app evaluate the 'Stream post URL security' flag from another facebook app

I have two facebook apps 'A' and 'B' associated with domain_A and domain_B respectively; 'A' has activated the 'Stream post URL security' flag. I need to post content to fanpage X using "facebook sdk 4.0 for php" from app 'B', the problem is the…
0
votes
1 answer

Do review required if we want to get Facebook Page like count (Without Facebook login) by Facebook app token?

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 login with their Facebook account to see the…
Jayaprakash
  • 1,407
  • 1
  • 9
  • 19
0
votes
0 answers

Invite Friends to my facebook app using " a pop up that will show different friends and a button send "

May i ask on whats wrong with my codes and what suppose to be done to make the whole thing work, as when i click on the hyperlink to test out my code it doesnt seem to work neither does it pop up a page that will display my facebook friends and have…
0
votes
1 answer

Facebook app notification template with user id ( @[user_id] ) not working

I can't get the @[user_id] template to work using: $userid = ; $friendId = ; // This is a user who has accepted the app $url = "https://graph.facebook.com/$userid/notifications"; $attachment = array( …
0
votes
1 answer

Facebook Apps for In-house use

We are currently in development for a couple apps that allow someone to post in the companies Fan Page, so we need the manage_page and publish permissions, which require approval, in this case the apps will NOT be made public (only 1 person will use…
Rob Contreras
  • 924
  • 6
  • 8
0
votes
1 answer

Facebook apprequest using PHP SDK v4

My setup is a canvas/web page app on facebook that uses the JavaScript SDK to do login with facebook, and then uses the PHP SDK to do some server side stuff. One of the server side functions to to send out a notification when a post gets a new…