-3
votes
0answers
6 views

error of authorization through facebook

after authorization attempt through facebook on error http://forum.dj.ru is displayed: app name - forum.dj.ru ...
0
votes
1answer
13 views

Facebook - Uncaught OAuthException: An active access token

I have this error that appears quite often, could you help me to correct this error. Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current ...
0
votes
1answer
20 views

Posting to Facebook App page wall as the App Page in python

I am trying make a post on my apps page wall as if it is coming from the app page (not another user) After researching I seem to find no solution that actually works! I have tried to follow the ...
0
votes
3answers
35 views

Can I send private message to my users using PHP Facebook SDK?

I would create a Facebook application and I need to know if I can send private message to the users have joined my application. Is this possible? Note: I only would like to send messages TO MY users ...
1
vote
1answer
50 views

Does the Facebook API allow for automated changes to old post visibility?

In other words, is there an API that would allow a Facebook user to change their posts (through a 3rd party app), which are older than a specified date, from being visible to the list "Friends" to ...
-3
votes
1answer
29 views

Sending Notifications to millions of users [closed]

let's say that I have created a nice facebook application, for example a game or a log-in application to a website, and I reach 1,000,000 users or more. Can I send notifications to all these users? ...
0
votes
0answers
18 views

facebook. like an app using api graph error with permissions

I tryed curl -F 'access_token=...' \ https://graph.facebook.com/313449204401/likes with my access token and it returns {"error":{"message":"(#200) Permissions ...
0
votes
0answers
61 views

Facebook Activity Feed in Mobile Game (iOS and Android)

I'm wondering how to feed an Game Activity on facebook from my mobile application(android game). I know hot to make a post in the wall in facebook but I want directly to post in GameActivity not on ...
0
votes
0answers
27 views

Custom collections of Facebook app not displaying on user's timeline by Default

I have made a collection for the action type check for my facebook app. I also got approval from facebook and now its made public. According to this link ...
0
votes
0answers
41 views

Facebook API | Create custom post type

I have a web page for product reviews. User give a review and fill some fields like title, five star rate and description. This review is posted on Facebook fan page of product. Now, this post on ...
0
votes
0answers
249 views

'Cannot call API on behalf of this user' on FB API call

I am having trouble with facebook API call. I am using Koala for server side api call but recently came into issue making api call. So I tried to bypass koala call and did raw api http call using call ...
-1
votes
0answers
31 views

creating app through fb only for website [closed]

I recently created an "app" through fb developers solely for the purpose of establishing a connection between my website and facebook (ie like button, sharing, and login). My app is currently under ...
0
votes
1answer
28 views

Facebook App: How to Remove (or) make expired the previous used Access Tokens?

I accidentally gave/passed the Access Token (The one i generated from Graph API Explorer) to my friend. Because while i was doing App Development for my Demo-App, i accidentally passed the testing ...
0
votes
1answer
65 views

Exceeding Facebook API Rate Limit

How can I tell if my Facebook app is exceeding the rate limit, other than the obvious blocked API calls? What is the error message that is recieved? Does it show in the app insights?
0
votes
0answers
37 views

Multiple Facebook Apps/IDs for 1 Website

Is it possible to use multiple facebook apps/ids on one website.? For example let's say I have 2 apps, called userless-app1 and user-app2, that will perform different functions on my website. ...
0
votes
0answers
58 views

API Error Code: 100 Error Message: Some content in this message has been reported as abusive by Facebook users

Today, out of nowhere, my app has stopped working. I'm getting this message and when i click ok, he redirect and get a server error. API Error Code: 100 API Error Description: Invalid parameter ...
0
votes
2answers
98 views

Cannot obtain page access token through an app that is granted the manage_pages permission

I'm trying to develop a PHP application that will let me make new posts on my Pages automatically, through a cronjob, while I am offline and not logged into Facebook at all. I'm aware that the ...
0
votes
0answers
57 views

Facebook permissions - App install request

If i open my webpage directly outside facebook it redirects me to install my App and give permissions. But if i open the facebook tab which is linked to the same page it gets me back a blank page if i ...
0
votes
0answers
87 views

FB.api query return empty result only on Firefox

Im using FB.api query to fetch a user friends list (that already using my app). This worked till today, now it continue to work in every browser but Firefox, in Firefox the response return "Unknown ...
4
votes
1answer
65 views

How to find only facebook app installed friends?

I am using an app on facebook, I want to find out list which includes only friends who installed same app in there facebook rather than the whole friend list. I am using graph api call
5
votes
1answer
44 views

Aggregation on facebook can not be created?

I Am having developer account on Facebook. I have Implement Facebook graph API aggregation in one of the app, and the same method Of implementation I am trying to use and create aggregation in another ...
1
vote
2answers
188 views

How to install facebook api on emulator in windows 7?

i m new for facebook app, so help to install the facebook api on android emulator in windows 7. i hve install the facebook api but they have library error.. [2013-04-02 16:22:35 - ...
0
votes
1answer
31 views

What is the difference between these facebook access tokens?

I'm developing a FB App that can manage pages but I need to clarify this: what is the difference between $page_info = $facebook->api("/$page_id?fields=access_token"); and $aToken = ...
1
vote
0answers
51 views

Disable event notifications

Hello stackoverflow Facebook world, is it possible to disable event notifications via Graph API for users with status "invited", "attending", "maybe"?
0
votes
0answers
65 views

Adding/Deleting Facebook Users to Facebook group through app

I am trying add/remove a Facebook user from a facebook. I have read a couple of posts that say this is not possible, but the facebook api documentation seems to think it is. ...
0
votes
0answers
48 views

Getting (#100) Error with currency URL

We are setting up payments for a Facebook app. All is working fine, except running into a problem when associating the currency file graph object with the app. Getting the above error, double ...
0
votes
0answers
52 views

facebook app canvas doesn't load the target URL

I have created my first app and I am hosting my app on a free webhost, when I go to my URL which is www.instakilo.net23.net it load perfectly, but when i go to my app, it says This webpage is not ...
0
votes
0answers
32 views

Facebook loading the wrong URL for application

I have create a facebook application for a client and published it last week. Everything is working fine, expect for some users, when they try to access the app (or while on the app), it is taking ...
-1
votes
2answers
140 views

Get the facebook access token without visiting the facebook / without any app

Using facebook graph API I can get the fb access token. And to do so I have to visit the facebook.com to allow the application to access my data. Is there any way to get the facebook access token, by ...
5
votes
0answers
64 views

Link from ticket_uri is opening a blank page

I've got a php page that is pulling events from a facebook fan page. If I open an incognito window (or log out of facebook) and then click the link, a blank page opens. My guess is there's something ...
0
votes
0answers
20 views

FQL sort newsfeed by items with the most replies

I can easily summon a newsfeed with FQL but how do I sort the results by the number of replies ? And is this possible to do in graph or do you need FQL?
0
votes
1answer
31 views

Inaccessible Facebook application created under a Business account

When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my homepage and won't let me access an app that we had created under our account ...
0
votes
1answer
147 views

Facebook Login As App, access token doesn't work

I am trying to get events from a Facebook page via Ajax. But there should be no login process for user. For this reason I am trying to implement "Login as an App" by following the the documentation ...
0
votes
1answer
957 views
0
votes
2answers
224 views

Upload photo to facebook page as non admin

I was struggling to find a way to do this. may be this is not possible but I did not found any resource saying this can't do. so I think to post on here. I am developing a Facebook application and It ...
5
votes
1answer
936 views

Unlikes fail with February 2013 breaking changes

My app presently allows users to like and unlike posts in their feed, including posts from other users/friends. When I enable the February 2013 breaking changes, my app can still like posts from ...
0
votes
0answers
69 views

is approval needed for Graph api actions?(scores, post to wall)

I am developing a facebook app game (for the first time) and I am confused with the open graph / graph api. I will only do the following: Ask if user wants to post his score to his wall. Write ...
5
votes
1answer
142 views

Link a posted photo with an app page

I'm designing a photo-oriented Facebook app that would let users tell stories in the app-specific way and advertise such stories by posting a single, preferably large, "cover" photo. Photo posting is ...
1
vote
3answers
235 views

Creating “SECRET” events through Facebook's graph api as a Facebook app

I was able to create facebook events through graph api from my facebook app with this POST request: POST https://graph.facebook.com/<MY_APP_ID>/events? start_time=2013-12-21T19%3A30%3A00 ...
0
votes
1answer
173 views

Facebook app: change post-on-wall privacy

I am using this function to post on my own wall, and I would like to set the privacy of the post to FRIENDS. But it doesn't work. Always keeps the default app privacy (PUBLIC). How can I change this? ...
3
votes
3answers
471 views

Send notifications to people that have not installed my Facebook app

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 as ...
0
votes
0answers
13 views

Make “actions” posting optional?

I'm trying to let users decide whether they want my app to post "actions" on their timeline or not. I see that you can make "post to facebook as you" optional now. Is "post to facebook as you" what ...
-1
votes
1answer
267 views

Facebook PHP sdk doesnt set cookie with iframe linking

I am using PHP sdk for Facebook. require_once 'facebook-sdk/facebook.php'; session_start(); $facebook = new Facebook(array( 'appId' => 'app_id', 'secret' => 'app_secret', 'cookie' ...
0
votes
1answer
34 views

Removing a single extended permission from Graph API

So it seems I can destroy all permissions to the app entirely with a DELETE request to /me/permissions, however I want the ability to just remove publish_stream for a user, without linking them to the ...
0
votes
0answers
32 views

Which has a wider reach: app stream_publish or page post?

I noticed page feed appears for users if they liked a page before, and the post meets some other factors as explained by FB. Do these same factors influence app stream_publish as well? Or is that a ...
2
votes
0answers
411 views

Ideal solution to deprecated use of fb:page_id to claim a domain

I have been asked to claim a domain for a brand. We use to do this by using <meta property="fb:page_id"content="%page_id_here%" /> This would automatically give admins of the relevant ...
0
votes
1answer
87 views

Getting error when setting up local environment for Facebook app via Heroku

I have made all the set up that is needed for developing a Facebook app locally via Heroku in PHP. But after all the things I am getting an error like this: I understood that the error is for not ...
0
votes
1answer
152 views

facebook page app bar like onclick next

I have a question about an app page function on Facebook. https://www.facebook.com/InternationalDelight/app_481604621851046?ref=ts in the link above there is the blue stick header, followed by a ...
0
votes
1answer
30 views

Facebook renamed callback parameters if application is rejected

I have a facebook login button on my website and I include data in it. So my callback url looks like http://my.domain/callback/facebook/?my_param=my_data. Once the user goes on the application ...
3
votes
0answers
133 views

Facebook Post Lower left corner icon

I need to add a lower left corner in facebook post using an facebook app. I integrated facebook on my iphone application using AppID of app. But facebook post is not showing lower left corner icon ...

1 2 3 4