I need to publish action
I got success in publishing 'liking the link' from graph API.
e.g 'abc likes www.abc.com'
now I am stuck at 'liking custom object' e.g 'abc likes toy1'
and also to get total number of likes.
This is sample code which is not…
I am trying to get only those facebook events that haven't expired yet(Upcoming events).
When i use the following query i get all the events including those that have expired long ago.
FBRequestConnection startWithGraphPath:@"/me/events"
…
We are building an app that uses the newest Facebook iOS SDK (3.15) for iOS 7 on Xcode 5. There is an associated web product, and we use 3 environments for deployment: production, staging, and development. We have a separate Facebook app for each of…
I have a backend service that will log me in my app and return an extended facebook token from previous login, possibly from another device (so no credentials cached on this device). I want to use this token to start a Facebook Session. I am using…
For an app I'm working on I need the users to be able to login to Facebook using the native SDK, but there is also a separate part of the app using an FB comments widget in a webview. The problem is after the user logs in using native SDK they are…
I'm trying to get post permissions from a user using the Facebook SDK on iOS.
I'm calling the code below in a method that is called if the app does not have the required publishing permissions to post to the users facebook wall.
// No…
So I get this data from graph search:
https://graph.facebook.com/search?q=watermelon
which has post Id and the user Id. How can I use it to launch the Facebook iOS app and make the app go to that specific post?
The URL schemes from…
I am trying to setup the facebook connect plugin on my ios phonegap applications, I followed the steps in the link below
https://github.com/phonegap/phonegap-facebook-plugin
and completed it 100% but when I run the app It showing this error in the…
Here is the error when I try to login from my app.
MyApp[47747:907] Failed to log in Error Domain=com.facebook.sdk Code=2
"The operation couldn’t be completed. (com.facebook.sdk error 2.)"
UserInfo=0x1c5d3c50…
Background
Recently upgraded to Facebook SDK 3.2
Tested on both device and simulator (iOS 5.1 through 6.1)
Error is only present when attempting to authenticate Facebook test users.
Error
The Facebook server could not fulfill this access request:…
For some strange reason Facebook has decided to create completion handlers that are actually just notification observers. Ignoring why they are doing this, I need some way to make a request to open a FBSession and have a callback happen only once…
I'm following the ios sdk install steps and noticed that there isn't a step to add the app secret key. Am I missing a step? How do they secure the app identity and disallow someone else to impersonate another app's app ID?
Our app shows some Facebook posts from artists that our users follows.
We want to enable our users to share posts they like back to their timeline (like the share button you see under each post in the Facebook Feed).
We tried to do this using the…
I am building an app which uses the latest Facebook SDK (v3.1) and the Windows Azure iOS Toolkit SDK.
Now the Azure SDK requires adding the -all_load and -ObjC flags to the "Other Linker Flags" parameter in Build Settings. This is required to fix…