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 ...
3
votes
1answer
57 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
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 ...
-1
votes
1answer
124 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
3answers
122 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
95 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
369 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
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 ...