All Questions
8,183 questions
3
votes
2
answers
3k
views
Facebook SDK API IOS Error when posting to user's wall
I am getting the following error when trying to post to the user's Facebook wall and I can't seem to find the source. Anyone have some insight on this issue?
2012-08-29 22:14:38.490 CanP[405:707] ...
-1
votes
0
answers
48
views
Steps to request oEmbed Read permissions for a Facebook app
I want to render an Instagram post in a web view on a iOS swift app and for that I intend to use the oEmbed Read API which gives me back the HTML that I can render on a webview.
I have created a ...
0
votes
1
answer
15k
views
Facebook login via app with unverified user account in FB
I'm using facebook-ios-sdk-3.10, Using this SDK I'll login and fetch user details from FB Its working fine for me.
This is the code I'm uisng
- (IBAction)fbLogin_click:(id)sender
{
if (...
1
vote
0
answers
1k
views
Posting a score to Graph API - Scores
I am trying to use Facebook's Score API to create a leaderboard for my iOS game but I am stuck at posting score to /USER_ID/scores.
Here's my code:
NSMutableDictionary *params = [NSMutableDictionary ...
0
votes
1
answer
325
views
Access to Facebook mailbox from Messenger platform
Facebook removed access to the user's mailbox, well restricted it actually:
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already ...
0
votes
1
answer
60
views
Use of Developer's key for an API [closed]
I am new to the shared API technologies. I have noticed, that almost every API has a developer key. For Example, Facebook, Google Plus, Google Maps, Apple iOS, etc...
Well I am not able to understand ...
0
votes
0
answers
74
views
Why does Instagram Stories throw an error when sharing an image via UIActivityViewController?
I am using UIActivityViewController to share an image to Instagram and other platforms. Here’s the code snippet I am using:
let image = UIImage(named: "sample_image")!
let activity = ...
-1
votes
0
answers
28
views
How to share a video (PHAsset / AVAsset / AVURLAsset) to Messenger from an iOS app
How is it possible to programmatically share a video, eg one sourced from the users Photos Library, to Messenger?
The Meta Documentation says that its possible to share a URL or a Photo.
The header ...
0
votes
1
answer
125
views
Facebook API and iOS
I have a question as I have been looking for the answer on Google, but I don't know how to phrase it correctly :P.
I am writing a little app for iOS using Facebook API. I would like apps to ...
6
votes
1
answer
165
views
How to fill App Store Privacy Questioner if I am using Facebook SDK for app install only?
Can anyone who use Facebook SDK only to check app installs with Facebook/Instagram apps point me to direction of how to fill Apple Appstore Privacy Questioner? There is little info on what exactly ...
-1
votes
0
answers
32
views
Facebook Limited Login in Unity Fails to Fetch Updated Friends List
When an iOS user logs in through Facebook Limited Login, the FB.Mobile.CurrentProfile() returns a list of friend IDs. However, the list remains outdated if the user kills our app and unfriends someone ...
0
votes
0
answers
51
views
Facebook Sign-in not redirecting to the app after successfully login
In my iOS swift application I have implemented a Facebook Sign-in. It worked perfectly. But recently when user try to login it is not redirecting to app after user successfully login. Its stuck in the ...
1
vote
1
answer
288
views
Security concerns for using FBSDKLoginManager for IOS
According to Facebook docs, Facebook login for IOS provide "FBSDKLoginManager" - which directly call into the API to perform login or additional authorizations with your own UI.
https://developers....
0
votes
1
answer
83
views
Facebook iOS SDK login callback not working
I'm trying to implement Facebook login via iOS SDK
Following this tutorial: https://developers.facebook.com/docs/facebook-login/ios
The callback function never gets called on success, it only gets ...
0
votes
2
answers
7k
views
How to authenticate Tinder API using Facebook access token and user id
I have been trying to do Tinder authentication using Facebook access token and user id. I have successfully integrated Facebook SDK and got the details, and I followed the API documentation given in ...