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.
Refers to the status of being unable to connect to a network; in most situations, this is specifically referring to the Internet.
1
vote
0answers
12 views
what are the actions facebook allow while user is offline?
i am making a new facebook application in which user uses internet only for approve permissions of my fb application.After that the user will be offline.so i need to know what are the actions ...
1
vote
0answers
19 views
How to post to User's wall without the offline_access permission
we've created an application for helping law enforcement to find for missing people through Facebook. At this moment we were using the offline_access permission in order to post at the User's Wall in ...
1
vote
2answers
135 views
Facebook offline wall post not working - February breaking changes
Can anyone help me to solve this issue, I am breaking my head for the past 48 hours on this.
Objective:
I am trying to post some information to my friends facebook wall through my website.
Everything ...
0
votes
1answer
39 views
Detect when user leave my facebook application
I am developing a Facebook WEB application and I want to know who is currently on line.
How can I detect when a user leave/close my application to change the user flag to offline.
0
votes
1answer
34 views
Feed Offline Access
I have an app that when the user goes to the app, searches his feed for specific posts. (I have read_stream). But i needed the app to read their feed whenever I want, like once an hour. How can i ...
3
votes
0answers
82 views
Resolving App Blocked as Spam
So we wrote an app & integrated it within our service as a feature for users to share their check-ins on their wall (ours is a location based check-in service). Integration runs on SMS (offline ...
0
votes
1answer
69 views
Upload one photo to Facebook fanpage
I'm using this tutorial http://pastebin.com/WpJmPYAi, and with some changes I can upload a photo to my fanpage.
But, I want to be able to upload when I'm logged out from Facebook. In my website, I ...
1
vote
0answers
680 views
whitelisted_offline_access in API explorer
So..while using the Graph API Explorer, I chose to generate a token. In the extended permissions there is still the option for "offline_access" which is deprecated. After generating the token, it adds ...
0
votes
0answers
61 views
How to login facebook using non web applications
Is it possible to login to facebook using a non-web application after the offline_access removal? For example:
For now, I am using the oAuth and using the Token and I have extended it for 1 user, but ...
1
vote
0answers
125 views
Post to page at any time (offline access)
I'm trying to make a app that integrates into the WHMCS that will allows admins to set posts that will be put on their FB page's wall at a certain time.
I am using a piece of code that allows me to ...
1
vote
3answers
248 views
Get user permissions and post to wall from Desktop app?
I'm trying to ideate a facebook application where user would:
1- login to FB through the browser
2- accept the app's permissions (offline_access*, publish_stream, etc)
Then we'll generate a ...
0
votes
1answer
195 views
Extended access tokens & users on public terminals
I have a few issues with the new extended access tokens that have replaced the offline_access permission...
If a user grants you an extended access token while using a public computer, & then ...
0
votes
1answer
353 views
How to extend the facebook app access token that is going to be invalid very soon?
We have business clients who use our apps to market their products.
So every time new customers come we ask them to install our app. They follow Facebook standard procedures to install apps.
Our ...
1
vote
0answers
78 views
Facebook sharing offline
I made a web application in PHP that posts images to my Facebook pages.
Everything works if I'm online and press POST button.
Now what I wanted to do is:
upload image to my server
choose one of my ...
0
votes
0answers
510 views
Facebook doesn't send offline messages through xmpp
Suppose, there are two FB users - "A" and "B".
"A" sent a message to "B" when "B" was offline.
After "B" logs in via XMPP FB service.
But FB doesn't send any messages which was sent to "B" when "B" ...
1
vote
1answer
616 views
Android - refresh Facebook AccessToken
This month Facebook removed the "offline_access" permission.
How I can extend or ask for new access token?
Should I use like before facebook.authorize? But in this case the user want see again the ...
2
votes
1answer
778 views
offline access. After July 5, will desktop appl. be able to have access to FB data if user, associated with access token, logged out from FB?
The situation is still unclear for me – After July 5th 2012, will desktop application be able to have access to Facebook data if user, associated with access token, logged out from Facebook?
Are ...
0
votes
1answer
96 views
how to set user status offline when he/she leaves my website
I am working on a website in php. how do we set user status to offline in databse when he leaves website by closing browser without click on logout button.
0
votes
1answer
223 views
Facebook SDK .Net(C#) uploading image offline
I am using the v6 C#.Net Facebook SDK (a blog can be found http://blog.prabir.me/post/Facebook-CSharp-SDK-Writing-your-First-Facebook-Application-v6.aspx).
I need to receive access permission to ...
0
votes
1answer
710 views
Using Graph API without a logged in user
I'm very newbie on using Graph API and I have just read about the future deprecation of offline_access permission and that's a problem for me.
I know I have a very bad English, but I will do my best ...
1
vote
2answers
632 views
Offline_access and Api-Key confusion
I've tried do develop automatic code that would fetch data from ads campaigns under account. My plan is to have server that would query every day to get data from impressions/clicks/costs of ads and ...
0
votes
1answer
790 views
How to handle logout now that offline_access is going away?
With the new deprecated offline_access method, how can one have a token that survives logouts?
Basically, I made a plugin that allows WordPress users to publish their posts to Facebook. So when a ...
1
vote
2answers
606 views
offline access deprecation - whats the alternative
As per the developer road map - offline access is being deprecated. So whats the alternative ?
I know we can get extended token that will expire in 60 days, but how about the offline access ? The ...
1
vote
2answers
144 views
What is the deal with offline_access? Is it still in use?
I can request an access_token upon supplying an offline_access scope parameter to oauth. I can execute OpenGraph commands that require an access_token just fine when logged out of Facebook, and when I ...
0
votes
3answers
4k views
Facebook PHP SDK v3.1.1 - Post message on page wall as the page offline
I'm trying to post a message on a page's wall as the page itself without any user connected.
For now, the first part works fine, but I need a connected user to do it. I've heard I need a seesion ID ...
0
votes
1answer
134 views
How to get the hash of the avatar via XMPP for offline buddies?
We need to get the hash of the avatar of a buddy who doesn't appear in online status when we are logged in but I don't get any presence message with the hash of the buddy's avatar who doesn't appear ...
1
vote
2answers
370 views
Facebook: Writing on a Page's (or another user's) wall while Offline
I'm aware that using /USER_ID/feed on a API call, you can write to this user ID's wall.
My app manages to get that ID from a database and, given this user has already accepted the app, it writes on ...
0
votes
0answers
364 views
How can an application post on friends wall in offline?
I am developing an application like apps.facebook.com/post_manager. I want to post on my friends wall in my scheduled time as if it posted by me but not on the behalf of the application. I have ...
0
votes
1answer
198 views
How to post to a users friends wall when user is offline
In my app a user grants my application extended permission and I get the access token and store it as its a long lived access token.
This user is shown a list of their friends and they select one.
I ...
1
vote
1answer
620 views
How does Facebook chat tcp connection keep alive?
I implemented a XMPP chat client with Facebook Chat API, it can log in and chat.
But I found Facebook chat XMPP server doesn't support XEP-0199.
So if client doesn't send or receive message for a long ...
1
vote
1answer
410 views
Like count reset after page was temporarily taken offline
The FB Like count on one of our pages was reset to zero after we temporarily took the page offline (we recently reinstated the page onto it's old URL).
I understand from the FB Developer docs that ...
0
votes
1answer
247 views
Offline posting on facebook
User A is currently logged in to my Facebook App and performs an action that I would like to notify user B (which is currently offline).
I tried using the graph API but:
A is not a friend of B so I ...
-1
votes
1answer
256 views
Twitter offline access in rails
I'm doing a project where post on Twitter, Facebook, Flickr should be done offline.
Is there any way to do this in rails?
1
vote
1answer
2k views
Offline upload photo to Facebook with photo from web server
I've searched around everywhere without luck and found lots of examples to upload a photo to facebook when the user is in a session (i.e. the user is physically sitting at the computer and accessing ...
0
votes
1answer
541 views
Facebook / Offline Permission - Trying to perform an action on a set of offline users
We're building an app which in part of its functionality tries to capture the number of likes associated to a particular video owned by a user.
Users of the app are asked for extended off-line access ...
0
votes
1answer
483 views
Post offline notifications from my website
I have a website (www.cadi.com.tr in Turkish) and a facebook page for my followers (fans of the website) with about 10000 members. Right now, everyday I log into my facebook account ...
55
votes
7answers
48k views
Facebook offline access step-by-step
UPDATE: Facebook offline_access permission is being deprecated. Please refer to the official documentation for more information.
You'll have till May 1, 2012, at which date this setting will be
...