Tagged Questions
0
votes
0answers
6 views
Minimum Access_token require to fetch photos posted in a page
Playing with facebook graph, I'm wondering what is the minimum permission + access_type needed for accessing photo stream (source) published by someone on a page.
Currently trying to fetch :
...
0
votes
1answer
60 views
Facebook - How to get Page ID?
I need get the Page ID of my page in Facebook, but I'm having troubles when I try to do this.
My page on Facebook is:
https://www.facebook.com/techsempre
I'm trying to get the Page ID with ...
-1
votes
0answers
55 views
Facebook get photos data in a fan page album
Anyone can help me ? It's urgent.
My Mobile app link with the Facebook Fanpage album.
I used a graph API to get it,
for example: https://graph.facebook.com/59992338336xx87
It's works well, but ...
0
votes
0answers
32 views
Facebook page - Update basic settings like Address, Phone, Hours, etc via Graph API
Is it possible to update facebook page's basic settings via Graph API?
If you are a page admin and when you visit https://www.facebook.com/pages/edit/?id=[YOUR_PAGE_ID]&sk=basic , you can edit ...
0
votes
0answers
42 views
Get page access token by app access token
I could not get my user page access token. I have enabled manage_pages in permission of my application settings.
When i access the Graph API I got blank data, no access token.
...
0
votes
1answer
49 views
Retrieve Facebook Insights older than 3 months with Graph API
I am using Facebook Graph API to retrive page insights information. My issue is that I can't get the ones older than 3 months. For example if I use ...
1
vote
1answer
107 views
Extended access tokens for pages without user administrator
I am wondering if it is possible to obtain an extended access token for facebook pages that do not have a facebook profile set as it's administrator. I see it is possible to create a facebook page ...
0
votes
1answer
97 views
Posting a Post through Facebook Graph Node JS
I'm currently looking to automate a few tasks by creating a custom application that allows me to easily post status updates on my Facebook page(not my personal timeline). My backend is running on ...
-5
votes
1answer
23 views
Facebook App post to my facebook pages [closed]
I plan to build the facebook app to post to facebook company pages.
Is this possible?
Can anyone help??
Thanks your regard
0
votes
0answers
141 views
Facebook Graph API Can't detect that user like “specific” fan page
In general, We can get the fan pages user like by facebook graph api.
Ex, If a user like "www.facebook.com/facebook", we can detect it by this url: "graph.facebook.com/{user_id}/likes/20531316728"
...
0
votes
0answers
88 views
Facebook mention tags not possible before user has commented her own post? [Bug?]
Comments with inline mention tags of users, we know that it's possible to send them through the API to post on pages using the syntax:
@[USERID:USERNAME]
However, this seems only possible when ...
0
votes
1answer
29 views
Troubles to show like counts in WP theme
I'm theming my Wordpress and want to show just number of likes in a fan page. How can I show this
...
-2
votes
1answer
190 views
How can I post to my Facebook page from my website without requiring that my users log into Facebook? [closed]
I have a website (a job posting site) and a Facebook page. I would like to automatically post to my Facebook page whenever someone posts to my website, but without requiring users to log into ...
0
votes
0answers
64 views
Facebook Page Notifications with since parameter
I want to poll the Facebook Page Notifications for any changes. I use the following Graph-API-Request with a PageAccessToken for this:
Connection<Notification> notifications = ...
1
vote
1answer
156 views
Can you gate and target a page post through the facebook graph api?
Enabling post privacy gating in the Page's privacy settings allows creating of posts with separate Gating and Targeting.
Enable:
Post:
Now I have been able to get news feed targeting to work ...
1
vote
1answer
96 views
Facebook Post Link as Page Issue
I am writing a simple Facebook page tab app that will allow me to post messages (status updates, links, photos and videos) to multiple pages.
I am having an issue with the Facebook API (using the PHP ...
17
votes
3answers
235 views
How can I manage many pages as one admin user without exceeding api quota?
My client company manages Facebook Pages for several thousand small businesses. We've built a Facebook App that for our client to simplify the process and allow them to quickly make changes to ...
0
votes
1answer
64 views
How can i fetch page data from graph with only pageid
I have a problem with graph api.
The call "https://graph.facebook.com/[pageID]" fails with the message
{
"error": {
"message": "Unsupported get request.",
"type": ...
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
71 views
Like more than one facebook page at the same time? [duplicate]
Is there any way to like more than one page at the same time on facebook?
For example the user may have a list of pages with checkbuttons attached and when a button is pressed, all pages that are ...
0
votes
0answers
134 views
Detecting if a Facebook post has been deleted or has high privacy settings
I want to know with the opengraph FB API if a post is deleted or has high privacy settings.
If I do a request to a specific post_id that is under one of the two previous parameters the response is ...
0
votes
0answers
106 views
facebook API changes - Removing apps from /me/accounts/
It looks like Facebook's breaking (https://developers.facebook.com/roadmap/#march-2013) changes are going to break what I've had running for two years...
At the moment I'm using /me/accounts/ to ...
1
vote
2answers
112 views
Facebook page like counts
how to put this into a <script> or javascript setup
https://api.facebook.com/method/fql.query?format=json&query=select+fan_count+from+page+where+page_id%3D80177638103
that will return the ...
0
votes
2answers
166 views
Facebook Like button for one facebook page of an app from it's own ios app
I am looking for Like Button to be shown in my ios native app, users of that app have already connected to app via facebook account.
there are several questions related to Facebook Like Button on ...
0
votes
1answer
165 views
How can I reply to a private message on a fan page using the Facebook Graph API in a Facebook app?
How can I reply to a private message on a fan page using the Facebook Graph API in a Facebook app?
I am able to retrieve private Messages from a fan page
I am able to reply as a user using chat API ...
1
vote
0answers
96 views
list of Page Categories on facebook
I'm developing a facebook search and I would like to list all the page categories (is not relevant but I'm working with koala ruby gem):
A search with type="page" has results like these:
...
0
votes
0answers
173 views
Trying to send facebook notification, results in “sorry, something went wrong” response
As from the title I am trying to use tha facebook notifications api. I have read the documentation and I am trying to do a POST to the graph like the one following:
String notificationURL =
...
0
votes
0answers
122 views
How to get page fans distribution by country?
I am trying to get the number of likes by country for a given page that I do not own (public datas). Just something like that : http://www.socialbakers.com/facebook-pages/40796308305-coca-cola
But I ...
0
votes
0answers
255 views
How to show all posts made by FB page?
I need to develop standalone web site which will show all public posts for certain FB page.
Workflow:
1. User launches web site
2. App shows all FB pages related to this user (this user is the ...
2
votes
1answer
103 views
Assign admin role for facebook page over FaceBookGraph API
I have facebook page and I am admin of that page. Now I want to assign admin role to some one from my friend list using Graph API.
In docs i found how i can list admins of one pege ussing accounts ...
0
votes
2answers
69 views
Posts made to page wall displayed in user newsfeed without “via <application name>”
Posts made to page wall using graph api displayed in user newsfeed without "via ".
You can see axample here ...
-2
votes
1answer
445 views
can't get facebook access token from java filter, error HTTP response code: 400 for URL: http://graph.facebook.com/oauth/access_token?client_id=
I am trying to setup a prototype environment and communicate with facebook. I have set up a test java application and I serve it through my static ip. For the facebook part I have implemented the ...
3
votes
1answer
46 views
How do I remove a Facebook Page property from the About Tab using Graph API
I have successfully set the attributes of my Facebook Page using the Graph API following the documentation for this functionality at this link. For example I am able to set the general_info field by ...
0
votes
1answer
31 views
Targeting age when posting to a page using Graph API
I want to target fans by age when adding a Post to a facebook page using Graph API , I think I can't use the 'targeting' field because it mentions that it's for targeting countries, cities, regions or ...
0
votes
1answer
312 views
Facebook Graph API doesn't return profile image for one page
Apologies, I can only include 2 URLs as a new user so I have had to econonomize.
I am having a problem where the user object in Facebook's Graph API is not returning a profile image correctly. I can ...
2
votes
0answers
87 views
Pull Facebook Page / Place “Topic” via Graph API
In September 2012, Facebook introduced "place topics" as described here:
http://starien.com/facebook-pages/place-topics-on-facebook-pages/
"Topics" act as tags or subcategories for pages and places. ...
4
votes
1answer
328 views
How to get like count for a specific country?
Per this blog post, country-level stats are now provided via the Insights connection on pages.
Unfortunately, those country-level stats only provide data for the top 45 countries. Is there a way to ...
0
votes
1answer
63 views
Facebook not requesting signed_request on page
This is my application on facebook page.
https://www.facebook.com/SlcChallenge/app_439780382750381
Here my problem is that. Facebook sends signed_request for some user and does't returns
from some ...
0
votes
0answers
347 views
uploading a photo to facebook page via iphone app
I am using the new 3.1 Facebook SDK for iphone. I would like a user of my app to be able to choose a photo from his iphone and upload it to a Facebook page's album(this user is not an admin of this ...
1
vote
0answers
56 views
facebook get events from page wall
I am trying to get information about events taking place in a club from their Facebook page. Problem is, that the club doesn't create the events itself. They just post links to the events on their ...
1
vote
1answer
148 views
Graph API only returns page posts
Im using the Graph API to get certain data from my managed pages.
What i need is the likes, checkins and talking_about_count from my pages.
When i add checkins and talking_about_count i get an error ...
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
460 views
User Wallposts not showing up on Page
I've searched high and low for an answer to this issue but haven't been able to figure it out. Basically, If I post as "User A" using a simple FB app I have on "Page B", the post made by that user ...
0
votes
3answers
528 views
PHP + Facebook: how to upload photo on the wall?
The usual way as I post messages to my page wall is like:
$args = array(
'access_token' => $page_access_token,
'message' => $title,
'link' ...
0
votes
1answer
150 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
55 views
How can we use already existing facebook pages as pages for objects of facebook open graph application?
I want to create facebook open graph application with build in object type and custom action type. For objects, I don't want to create a page for each object and want to use already existing facebook ...
0
votes
0answers
41 views
Is there a way to generate page post previews via the API in the same way we can generate advert previews?
I'd like to generate the previews in the same manner they are generated in the Power editor or Facebook UI. Is it possible via the API or do I have to mock it up?
0
votes
0answers
19 views
Existing Page + App Woes
I missed the deadline to migrate the app to existing fan page.
Now it seems i can create a new [APP] Comminity page - which I do not want to do
If I leave my page unpublished, then the App link ...
4
votes
1answer
147 views
How to create a Facebook fan page for a website in an automated way?
We are working on a CMS application development. In that case, we need to integrate a feature, that is enabled for user to create a facebook fan page in an automated way for their product/service. But ...
0
votes
0answers
34 views
Can users create their facebook page through my web application?
Is it possible to make my web application users create their facebook page while they are still inside my web application? As I understood, I cant create facebook pages through Open Graph API or any ...


