I know that Facebook has decided to encrypt app specific user id and the accepted way to acquire the current users id is to query the graph for /me. However, I noticed that my FBLoginView delegate method
-(void)loginViewFetchedUserInfo:(FBLoginView…
I'm using Facebook's iOS SDK (2.x API) to request for permission to post to the user's wall. The user has a choice for the level of privacy of the posts - public, friends, or private.
How would I determine which level of privacy the user chose? The…
I'm using the Facebook SDK for iOS together with the parse.com SDK for my backend (but that's not important for my problem).
Both SDK's are working properly.
When the user opens my app for the first time (as long as he isn't logged in), a modal view…
I use FBWebDialogs presentFeedDialogModallyWithSession:parameters:handler:
for sharing on facebook.
I passed the parameter as
NSMutableDictionary *parameterDict = [NSMutableDictionary dictionary];
parameterDict[@"link"] =@"link…
Hi I have this navigation stack:
NavigationController-->ViewController-->With subsequent VCs
In the top most VC, I have an activity indicator that I am turning on when the user clicks "Login with Facebook" and then wanting to turn off in the closure…
I recently upgraded from Parse framework 1.4 to Parse framework 1.6, and I upgraded the Parse framework, the Facebook framework, Bolts framework, ParseUI framework, ParseFacebookUtils framework all to the latest version. I am now getting the error…
Hi I am trying to figure out how to rewrite this in swift:
- (IBAction)requestUserInfo:(id)sender
{
// We will request the user's public picture and the user's birthday
// These are the permissions we need:
NSArray *permissionsNeeded =…
My iOS app fetches the profile picture for each person after they login via Facebook, using the URL graph.facebook.com//picture?type=large. However, the picture coming back is often much smaller than the actual profile picture is when you…
How to update user picture (avatar) for user's Facebook account from an iOS app?
Is there a way to achieve this using Facebook SDK, or Graph API or something else?
I want to share my app URL via FB. lets say the url scheme is set to "www.myapp.com", in that case my URL string would be "www.myapp.com://?myParam=123".
Problem is, fb app opens this URL in the app itself and changes the URL to…
Well i have this problem! Im trying to make an app that when loading it the first time uses the FB profile picture.
But they can change the image later.
Now im trying to use the FBProfilePictureView view this whole time.
And try to convert it to…
I'm using the Facebook sdk in my app. There is a screen where I want to send invite to my Facebook friends to join my app. I'm using the below code to do that and setting the parameter "app_non_users" in it so that among all my friends I want those…
I have implemented FBLikeControl on ios. Now if I login to app with Facebook login and Facebook app is installed in my device it always opens page in Safari instead of Facebook app.
I have used following code for the like
FBLikeControl *like =…
Can I login to Facebook (get access token) using Facebook iOS SDK without opening native Facebook app? - For Facebook app I already logged in, access to my application approved.
Right now:
I use Login with Facebook button.
User push the…