send individual invite with dialog for Native iOS app via Facebook - ios

I want to send individual invite to friends from my Native iOS app, through Facebook. It should contain Link and pre-filled invite message..Is it possible? What is the better approach. I referred FBAppInvite and FBSDKMessageDialog tutorial on https://developers.facebook.com/ , could not find anything which fulfils my requirement.
Can any one suggest some approach how to implement this?. I have not worked much on using social frameworks. Facebook implementation steps are not clear. I searched for demo or sample project on this, but could not find clear documents. Thanks in advance.

for invitation read following link..
https://developers.facebook.com/docs/app-invites/ios

Related

How to customise the invite dialog sheet in Firebase Invites for iOS

I have integrated the Firebase Invites in my App, which provides only two options SMS & Email.
Now I want to share the dynamic link via whatsapp and other social networking channel like facebook and Twitter.
I didn't find any solution on developer site.
I have seen some solution for customization of share sheet but for android.
Thanks in Advance
I have done the enough R&D on the this and finally reached to a point that this is not possible.
Firebase only provides only two options i.e mail and text message
Apart from that no other options are available .
I don't understand why they have mentioned in Fire-doc that we can customise the ShareSheet , but we can't do anything like that.
I suggest everyone not to waste the time on searching for solution.

Use only FB and Twitter Logo not their Functionality

Is there any issues with using FB and twitter logos even though we aren't really using their functionality?
Apple can reject my app?
Here is guidelines of using Facebook Brand, that describe what to DO and DON'T.
Make sure you follow all steps of facebookbrand.
Please check the Best practices to use facebook login and appcenter guidelines before using facebook sdk for login.
And as the accepted answer suggests you should not use only logo, may lead to app rejection.
Based on my experience, you should not use the logo, if you dont have their functionality integrated, however you can mention their names instead of logo.
There are very few chances that apple can reject your app. But i would recommend not to use logo without functionality

facebook sharing image with link ios xcode

In my application now I am sharing an image along with a separate website link. I want to attach a link to the image so that on clicking the image, it will direct the user to the respective website.In android it is possible.
Now I am using a social framework. It can be done by using Facebook SDK I guess. Any suggestion on how to do this? Have anyone already did this? please help me with the code. Thank you in advance.
I have searched for this one. I came across graph story and all..which one to use? I am not getting any idea. I am not having enough time to spend.
Have a look at this stackoverflow question: How to Post to Facebook on iOS 6 in Objective-C using ACAccountStore class
But in essence you need to use the iOS Accounts and Social framework to post to Facebook or Twitter.
You can then use it to post images, text, links, hashtags and more.

IOS send message through facebook

i'm creating an app that help people meet with new people , and i would like to give the user an option to send message through facebook to new people they see in the app , is there any way of doing it?
I tried to search online but I found nothing.
I need that the app will open a send message dialog or something like that , and the rest of the conversation will continue on facebook.
thanks for the help , and sorry if this question was asked and i didn't see it or understood it.
Related to this question:sending a private message to your friends via Facebook IOS SDK
But, you can find the information you're looking for at the links below.
https://developers.facebook.com/docs/ios/share
https://developers.facebook.com/docs/ios/ui-controls
Basically, if your user is logged in on your app with Facebook, then you have a few more tools/options to use to accomplish your task.
If your user is not logged in on your app with Facebook, then it is much more restricted.

Posting Video from IOS app to Users Facebook Wall

Im very new to Xcode and i'm trying to create a somewhat Social Networking app. At this point i'm not looking for it to be its own app but I want the app to have the ability to let the User sign into their Facebook Account and than Post a Video from the Camera Roll to their wall. I know it sounds simple but Ive look and all i can get are extremely confusing answers that don't make any sense.
Thanks in Advance.
Looking for
1 allow Facebook Login
2) Post Video from Camera Roll to their facebook.
If possible It would be cool to have a thumbnail of the video before they post it. Kind of like instagram. Thanks!
First off, you need to create an app for your iOS app on Facebook. Then use the tokens or keys they provide you with, in order for your app to be able to do anything with Facebook.
Facebook has pretty good instructions on how to set up Facebook login on your app. You can find detailed, step-by-step instructions here. Depending on what type of login you need, you can choose a suitable option.
I have not posted actually files so far onto a Facebook feed/wall. But I have set up sharing of posts. You can find instructions for that here.
Hope this helps.

Resources