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.
OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.
1
vote
0answers
55 views
Cannot install Facebook SDK 3.5.1 for iOS
I know I can build it from sources, but it looks like a pkg bug or something.
Basically, I open the package in the Installer.app, click Continue and Install and... nothing happens.
Here are the ...
2
votes
1answer
42 views
Update UI after requestAccessToAccountsWithType
I'm developing an app to help me understand OBJECTIVE-X/OSX.
The app simply connects to Facebook and sends a notification using NSUserNotification.
It is working fine, but now I want to add some UI ...
1
vote
0answers
64 views
Cannot request access to facebook account from within XPC service?
I am requesting access to a facebook account from within an XPC Service with the following code:
self.accountStore = [[ACAccountStore alloc] init];
ACAccountType *facebookAccountType = ...
0
votes
0answers
61 views
How To Upload a QTMovie to Facebook Using SLRequest
I've written a Mac OS X app that creates a QuickTime movie using the QTMovie class. After generating the movie, I upload it to Facebook using SLRequest:
- (void)uploadMovieToFacebook
{
...
0
votes
0answers
120 views
Can we use FB Graph api for Mac OS apps to retrieve and post data on Facebook?
I am developing an app for Mac OS, But am not confirm/sure whether FB Graph api for iOS will work for Mac OS apps too in retrieve and Posting data on wall ?
Please guide me in the light of your ...
0
votes
2answers
112 views
Android Facebook SDK Can't Add Project
I have been following the tutorial found below and am having issues adding the Facebook SDK.
https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
It occurs when I get ...
2
votes
2answers
148 views
Sharing web page url to Facebook
I try to share a web page url with NSSharingServicePicker to Facebook, but it appears on my FB wall not as a web page url(with description and so on), but just like a link.
My code is very simple.
...
0
votes
0answers
108 views
Facebook Integrate in mac os x application [closed]
I have facebook graph API classes which i have used in iPhone application to login via facebook, Fetch photos from facebook, and Share photo on facebook wall.
Now i need those same features in mac os ...
1
vote
1answer
122 views
Completely reset OS X Mountain Lion's Twitter/Facebook app permissions [closed]
I'm writing some code that uses the accounts APIs in Mountain Lion. However, I can't find a way to make OS X completely forget that I authorized my app, so that I can test the authentication process ...
0
votes
0answers
43 views
How do I use Mac OS X account manager credentials in my app?
Mac OS X Mountain Lion now provides a central way to authenticate to and integrate with various services, including iCloud, Gmail, Twitter, Facebook, and Flickr. My application uses APIs for these ...
0
votes
1answer
73 views
Signing Android app on Mac for Facebook App
I used to sign my apps on PC with keytool, and get the hashcode that is used in FB app.
Now, I've switched to Mac, and I have to sign my app again.
I've followed the procedure explained for mac ...
0
votes
1answer
289 views
How to get data that's inside NSCFDictionary returned by SLRequest on OSX?
I make this facebook request:
SLRequest *facebookRequest = [SLRequest requestForServiceType:SLServiceTypeFacebook
requestMethod:SLRequestMethodGET
...
0
votes
1answer
165 views
How to access the user's facebook account? OSX Mountain Lion
I'm using the code from WWDC to access the user's facebook account:
self.accountStore = [[ACAccountStore alloc] init];
ACAccountType *facebookAccountType = [self.accountStore
...
0
votes
4answers
653 views
Using ASIHTTPRequest with project witch is using ARC
I've added these files to my project:
ASICacheDelegate.h
ASIDataCompressor.h
ASIDataCompressor.m
ASIDataDecompressor.h
ASIDataDecompressor.m
ASIDownloadCache.h
ASIDownloadCache.m
ASIFormDataRequest.h
...
1
vote
1answer
459 views
Facebook Like not working on Chrome
I am running the latest version of Chrome on Mac Lion. I added a FB like button to my page which works fine on Firefox but does not work on Chrome for some reason. There seems to be a quick window ...
0
votes
0answers
110 views
Implementing Facebook Subscription API with Objective-C (Mac)
I am trying to subscribe to Facebook's subscription API with a Mac app to be notified whenever a new post occurs. I am having some trouble implementing this (I have used PhFacebook, but it does not ...
0
votes
1answer
288 views
Objective-C WebKit framework to get access token from Facebook
I had found some info in internet that it is possible to get access token from Facebook through WebKit framework. Is it true? If yes, then how to do it?
0
votes
1answer
377 views
Can I install the Facebook SDK on a mac running OSX10.6.8?
I downloaded the Facebook iPhone sdk 3.0 on my mac where im developing my iPhone game but the installation failed two times. Is this because I have 10.6.8 on my computer?
Here's the message I got
2
votes
1answer
312 views
Facebook logout button creeps across the screen in Firefox
Go to our website here http://readabout.me/ and click the login with Facebook button in the bottom right-hand corner of the page. After going through the steps to sign in with our app, the login ...
-1
votes
1answer
87 views
How can i upload multiple NSImages to Facebook using PhFacebook?
I know how to upload simple text to facebook using PhFacebook, but i don't know how can i upload multiple nsimages to facebook using the same framework?
Can any1 explain me with example code?
Thanks!
0
votes
1answer
324 views
Web page with FB application totally empty (blank) at Mac (Safari as well as FF), although it is OK at PC (including Safari)
Does anyone have some idea, why application
https://www.facebook.com/balconi.cz/app_329635017093632
or
https://apps.facebook.com/posli-dortik-balconi/
is not being viewed at Mac OS?
It is totally ...
0
votes
0answers
279 views
Facebook application on Mac can't load the flash game using swfobject.embedSWF() function, instead it gives a blackscreen
The strange thing is that some Mac users get the problem while others can load the game successfully. Windows users are fine as well. My javascript code to load the flash is as follows:
var fp = ...
-1
votes
1answer
479 views
Is it possible to use Facebook iOS sdk for develop Mac OSX application?
I am new for Facebook Developer. I want to Create Mac OSX application using Facebook OAuth. But i can't find any Facebook SDK for Mac OSX. So is it possible to use Facebook iOS SDK to develop Mac OSX ...
0
votes
1answer
562 views
Link to download facebook SDK for Mac OSX?
Hi I am newbie to facebbok SDK. I need to download facebook SDK for Mac OSX. Please provide me the exact link and steps to use it.
Thanks,
Kapil
0
votes
1answer
2k views
“Client-Side Authentication Example” on Chrome for OS X does not work (error=unknown_user)
Original Post:
I am trying to use the "Client-side Authentication with the Javascript SDK" on Chrome for OS X (17.0.963.83). The code is copied directly from the Facebook example (with the ...
0
votes
2answers
1k views
Some website don't load properly on Mac [closed]
First of all I am new to Mac. I am using a macbook pro with OS X 10.6.8 on a 2.4 GHx Intel Core 2 Duo. But the book has already been used, so I assume some settings have been changed.
Problem is ...
0
votes
1answer
173 views
Facebook , OSX and FB Requests
We are in the process of converting one of our games from iOS over to the OSX app market. A big part of our game is the social features which we use the iOS sdk for our game. We are starting to run ...
2
votes
1answer
918 views
Setting a local development environment for a facebook heroku app
I am trying to develop a facebook app on heroku.
Working directly on the heroku platform with git pushing works fine but it's tedious and forces me to commit minor changes all the time.
For this ...
1
vote
1answer
2k views
Facebook Application limit reached when calling FQL
Possible Duplicate:
Facebook OAuth Error: Application request limit reached
I wrote a Facebook monitoring app that calls Facebook FQL by default every 30 seconds to determine if the user has ...
5
votes
1answer
318 views
Error: “Calls to mailbox_fql have exceeded the rate of 300 calls per 600 seconds”
I receive Graph API error #613 (message: "Calls to mailbox_fql have exceeded the rate of 300 calls per 600 seconds", type:OAuthException) when testing my app. It's a desktop app, and the only copy is ...
0
votes
3answers
171 views
How to alias a URL?
I'm testing client-side Facebook auth locally.
I'm hitting the error
API Error Description: The specified URL is not owned by the application
because I'm testing locally, what is the best way to ...
0
votes
0answers
290 views
Integrating facebook chat to Mac OS x(Desktop) APP
How can i Integrate facebook Chat Api with Mac OS x(Desktop) Application? I have found some related stuff at
http://developers.facebook.com/docs/chat/
.Any help is appreciable.
0
votes
1answer
1k views
try to obtain the hash key on MAC for integrating facebook in my Android app
If someone has ever done this-obtained the hash key using the key tool on MAC please tell how u did it cause I'm pulling my hair out here.
Here is what I did:
First I found out that I should type ...
8
votes
4answers
4k views
How to generate Key Hash for facebook SDK In Mac
I'm trying to obtain the key hash for integrating facebook into my Android app. But all over the net I can't find the way to do it on MAC OS X, only for Windows.
If someone could light me with the ...
1
vote
1answer
2k views
Facebook API for Mac Application
I'm developing a Mac application to share the files (video, images) to Facebook using the Facebook API.In the Facebook SDKs & Tools, i can find only iOS SDK (iPhone & iPad), but not the one ...
0
votes
2answers
532 views
How to update in twitter & Facebook from the Cocoa Mac application
I want to update my status in Facebook & twitter from inside the cocoa application.
Is this possible. IF yes how to do?
3
votes
2answers
1k views
How do I connect my OSX Cocoa Application with facebook?
I know that you can connect an iOS App with facebook using facebook connect, a library provided by facebook to get easy access to the facebook services.
Can someone explain me how I can connect a OSX ...
1
vote
1answer
662 views
Facebook in a Mac App
how would I integrate Facebook into my Mac Application. I could give Objective-C a bit of a go, but it's going to be in an AppleScript-Objective-C project.
I could.. update the user's status a bit ...
0
votes
1answer
58 views
mac - can i use the social plugins of facebook [closed]
How can i use the social plugins from facebook in my mac, and can i use them all?
7
votes
3answers
2k views
Can access AppEngine SDK sites via local ip-address when localhost works just fine and a MacOSX
Can access AppEngine SDK sites via local ip-address when localhost works just fine and a MacOSX using the GoogleAppEngineLauncher.
I'm trying to setup facebook development site (using a dyndns.org ...

