Questions tagged [facebook-app-requests]
205 questions
1
vote
1 answer
What syntax do I use for the User and Friend Permissions while making a Facebook app?
I am making a facebook app where, in the User and Friends Permissions I have chosen 'friends_birthday' and under the Extended Permissions I have chosen 'offline_access'
For the 'offline_access' the code…

kariakunj
- 21
- 3
1
vote
2 answers
how to save facebook access token after success
when user allow my app i receive this type of success url:
http://localhost/fbapp/app.php#access_token=AAAAALY8OpPABAM67auStdfgdfOdfgdfgdenqEt9QZCGD2a1h3iWFrhmNWqOf8l4a9RQ8tAJCM9y5QbYpsP6sT1g0ZCXDhtZCECZApGb&expires_in=6604
i am trying…

mianahmad
- 13
- 3
1
vote
1 answer
Giving a redirect url parameter when sending an app generated request to a facebook user
I am sending an app generated request to a user(already authorized the app) by calling the below js function
function send_app_request(){
FB.api( "/" + '' + "/apprequests", "POST", {
message: "Custom Request for you!",
…

serpent403
- 803
- 16
- 32
1
vote
1 answer
'load-error: unknown' when trying to delete apprequest in Javascript SDK
When I try to delete an app request using the Javascript SDK, it returns an error object to FireBug saying: "load-error: unknown."
This is a test app using both PHP and JS SDKs.

Daniel Drake
- 11
- 1
0
votes
1 answer
/me/apprequests returns null "from" property
When I use Graph API to access user's apprequests, /me/apprequests sometimes returns null "from" property, like the following.
{
"data" : [
{
"id" : "xxxxxx_xxxxx",
"to" : {
"name":"xxxxx xxxxx",
"id":"xxxxxx",
…

Masakazu Matsushita
- 197
- 11
0
votes
0 answers
How to successfully claim App, now that Facebook/Meta has deprecated Admin role
Meta has made a change such that the admin of an App can no longer do most functions.
You now must create a Business Account, and then "claim" the app there, so that you can assign permissions.
I created a business account. I made sure that the…

CDichter
- 138
- 4
0
votes
0 answers
What does Facebook need to accept an app review for just a script?
we have a Facebook page of our company. We are also verified as company at Facebook.
Now we want to extract all the comments below posts on our page. For that I wrote a simple Python script to connect to the Graph API of Facebook. Everything works…

naheliegend
- 159
- 2
- 3
- 9
0
votes
0 answers
Why downloading Facebook images with requests.get() gives corrupted files?
I am a very new to Python and Facebook Graph API and hope you can help me out with this:
I have writted (in Python) a peace of code that uploads images tu a page on facebook (in a post, so it contains some text too) and this works as expected. Now I…

bog
- 1,323
- 5
- 22
- 34
0
votes
1 answer
How Can I update the value of these nested dict object?
I was trying to update the value of all_friends_paginating_after_cursor in the dict values, I tried deferent ways but didn't work how can I update the value?
a= {"doc_id": "1", "method": "post", "locale": "user", "pretty": "false", "format": "json",…

hanan
- 532
- 2
- 7
- 23
0
votes
1 answer
Facebook App Review instagram_basic not being tested properly
Currently I am trying to get my app approved by Facebook.
My app allows users to connect their instagram account. I use data like instagram_profile_picture and followed_by_count to complete their profile with reliable data.
For that, I request the…

Jiggo
- 55
- 3
0
votes
0 answers
How to Store Facebook App Access Token in Mobile App Client?
To request the FB app events API, I would need to use an app access token.
It says in the doc "The Facebook SDK automatically logs app installs, app sessions, and in-app purchases."
And "Do not store your app access token on the client" also "Again,…

user2895478
- 383
- 4
- 15
0
votes
2 answers
Rejected from Facebook app reviewer "Please refer to the permission decision"
I got this message from app reviewer "Please refer to the permission decision." and i couldn't understand what it is.
This is our screencast , we're using ads_management permission to reach ad posts created by ads manager.
This requires …

newbieeeeee
- 3
- 3
0
votes
1 answer
My app failed app review because Facebook tested the wrong version. How can I direct them to the right one?
I submitted my app for permissions review and provided all the required info, but somehow the reviewers reviewed the wrong version of the app (they should have reviewed the one in open Beta, which is the currently published version in Google Play).…

FractalBob
- 3,225
- 4
- 29
- 40
0
votes
1 answer
Create a Simulator Build for facebook app review. (No bundle URL present)
I'm preparing for submitting build file for facebook app review.
I created simulator build file. but when I verify build with this command,
ios-sim launch /path/to/your-app.app
It said No bundle URL present.
It's working well with xcode.
There's no…

GWANHUI KIM
- 433
- 5
- 20
0
votes
0 answers
How to solve facebook login plugin configurator error?
I am using Facebook Login Pluginator(https://developers.facebook.com/docs/facebook-login/web/login-button#plugin-configurator). On click of that button it will open popup itself(As pop up is opening after click event so browser will not block…

hardik gol
- 49
- 5