Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Updates can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.
-1
votes
0answers
14 views
I cannot safe my new app
Every time I try to save my new facebook app I have created for my client, it says not able to save right now, please try again later. This has been going on for 4 days now and I can't figure this out ...
0
votes
0answers
43 views
Facebook Real-Time updates: Get update when user joins an event
Scenario: An event (ie Party) is created through my app and pushed to facebook. If a friend or otherwise joins the event, facebook realtime updates pushes an "event" update to my handler. Also, if ...
0
votes
0answers
43 views
Facebook Realtime Updates with multiple pages on one APP_ID
We have an app that is installed on many many pages. I've seen in the docs that FB says one app_id can only have one subscription per object type. For most objects the API seems to confirm this, ...
0
votes
0answers
22 views
Graph API -> Update Event -> set empty fields or remove fields
i have successfully created an event with some testvalues:
name=test
start_time=2013-05-10T01:00:00+0200
end_time=2013-05-11T01:00:00+0200
ticket_uri=htp://....
...
Now I would like to update the ...
5
votes
2answers
280 views
Facebook test users and auth
I have a project where I am using Selenium to test the Facebook auth. I created a Facebook app, created a test user inside this app and created some tests using Facebook login. Until now, it was ...
3
votes
1answer
60 views
Strategy for efficiently keeping Facebook friend information up to date (that scales)
I've created an application that imports all of your friends and their data. I cache this data and use the cached data when rendering the app so I'm not forced to import from facebook with every ...
0
votes
1answer
92 views
Incorporating web forms into Facebook tabs/iframes [closed]
I have created probably 100+ FaceBook tabs with iFrames for customers' web sites over the past year or so.
The question and problem I often face is incorporating clients' web forms into the iFrame. ...
0
votes
0answers
6 views
Updates on “Like” [duplicate]
Possible Duplicate:
Querying Users who ‘like’ my Facebook Page
I have a Facebook page that I would like to monitor with a web app. I would like Facebook to update my app anytime my ...
2
votes
1answer
185 views
Facebook app stopped posting updates to the wall
Since Thursday our Facebook App has stopped posting updates to our page without any changes from our side.The error we got is
"OAuthException: (#200) User does not have sufficient administrative
...
0
votes
0answers
143 views
Real time updates notification on feed post removal
Here the scenario.
I have an app the requests each new user read_stream and publish_actions permissions.
The app is subscribed to user->feed real time updates.
The app publishes a post on the ...
-1
votes
1answer
132 views
Subscribe to wall posts objects through realtime updates
On the realtime updates page they said that we were not YET allowed to subscribe to posts objects and to check back in the future for further expansions.
Actually, those lines of text has disappeared ...
0
votes
0answers
202 views
Get real time updates from Facebook posts in a page that is not mine?
I am searching for a way to get real time updates from specifics posts in specifics pages when they get new comments.
For what I know, I can only subscribe to a page( using Real-time Updates API ) if ...
0
votes
0answers
153 views
Trying to get a feed of status updates using FbGraph for Ruby
Am trying to get a feed of my Facebook status updates using FbGraph for Ruby. I'm able to hook up and retrieve data perfectly using the fetch call, but when I grab the feed, it returns only my ...
0
votes
3answers
125 views
How to know which Facebook App is sending real-time updates
I have one app that will be processing real-time updates for subscriptions of multiple Facebook applications. In the verify signature step, I need to know for which Facebook application Facebook is ...
0
votes
1answer
108 views
Updating objects previously created through Graph API
I've searched high and low for an answer to this question, but it doesn't seem to be possible. Which I can almost not believe :)
I am building a Facebook integration for my website, and I am creating ...
1
vote
0answers
379 views
Graph API & Real-Time updates
My need is to have facebook poll my server using POST requests whenever a user that has "allowed / installed" my application changes something, eg, their checkins.
I have followed the page at ...
1
vote
0answers
278 views
Real Time Updates using Windows Communication Foundation
I'm trying to implement Real Time Updates by using Windows Communication Foundation and REST; I've successfully solved one part (see link)
So I subscribe to the events that I want, but don't get ANY ...
1
vote
0answers
53 views
how to get the Facebook updates in .net?
I want to read the Facebook updates in my windows based .net application.
Is there any way i can read the facebook updates.
Please reply if anyone have any idea.. I want the implementation for ...
4
votes
1answer
794 views
Facebook Graph Api subscription to posts/notes
I need to get updates on posts by users of my facebook app. I am interested in comments and likes on those posts and a way to get notified so that my app database can be populated.
I have seen ...
0
votes
2answers
213 views
How do I acces updates from friends through facebook api (PHP)
Is it possible to get the whole news feed with updates from friends included? I can't find a tutorial on it anywhere.
0
votes
1answer
825 views
iphone facebook user's friends status updates
I want to retrieve the status data posted/published by friends of a user. I wrote the following code, but only get the user's own status updates. Could someone please help to tell me what's wrong with ...
9
votes
10answers
38k views
PHP function to get Facebook status?
I'm looking for a good, simple PHP function to get my latest Facebook status updates. Anyone know of one?
Thanks!
EDIT: I've added a half-solution below.
Or if anyone knows a good way to read in ...
