Facebook App Review: confusion with share button - ios

We have Facebook Share button in our app.
However i get this review notes: "on iPhone - Your app's Login with Facebook button needs to be easily recognizable and consistent with the Facebook brand. "
App users don't need authorization in FB, they only need to share posts.
Now this is a square shaped button. It looks like Facebook logo: white letter f on dark blue background. Sorry can't post images...
We are using ShareKit.
What's wrong with our button?
Thanks.

Related

How do I share a link to Whatsapp on Xamarin.iOS?

I'm working on a cross-platform PLC project on Xamarin.Forms. Specifically on iOS and Android.
In one of the views I have 3 sharing buttons, one for Whatsapp, one for Snapchat and one for general sharing. The idea is that when the user taps on one of these he sends an invitation (a deep link) to his friends trough social media.
I've implemented some android-specific code to share a link trough Whatsapp or Snapchat when tapping those buttons, and to show the normal sharing screen to pick an app on the other share button. For this I just used Intent.SetPackage method to share on the specific apps.
On iOS however, even tho there's a code to open the general sharing screen, I couldn't find any code to send the link to Whatsapp or Snapchat specifically.
My question would be, is there a way to achieve this on iOS?
This could maybe be a solution for WhatsApp, https://faq.whatsapp.com/en/general/26000030
Snapchat: Snapchat url scheme not working properly - camera opens but not profile
On the end we didn't find what we where looking for, but we noticed apps usually just have a common share button on iOS, so we left only the normal sharing code in iOS.

Linkedin iOS SDK: Wrong style on authorization screen (can't tap blue button to confirm)

I can't tap on confirm button
example 2
Can't allow use my profile information for creating new account.
Similar problem here, but without solution. Please, help.
Linkedin iOS SDK: Wrong style on authorization screen when profile photo is empty

Twitter share button for iOS app

I'm creating a separate Twitter share button for my iOS app. The image for the twitter share button, am I allowed to make my own version of Twitter's logo for my app as long as users know the button is for twitter? Or am I only supposed to use the exact white bird and blue background image for my share button to indicate twitter? I can't seem to find anywhere on twitter for developers to download the twitter icon button to use for my iOS share button?
The rules for using twitter's logo can be found here as well as links to download the logo for your use.
https://about.twitter.com/press/brand-assets
Don’t:
Use any other artwork from our site, such as the verified badge.
Create your own buttons or images using our logos unless technically necessary, such as in signature bars. If you do, use this resized
version of the Twitter bird
Use old versions or any other marks or logos to represent our brand

Facebook like button in iPhone native application

This question seem duplicate but problem is that other question are old or not giving answer as my need.
What I have done:
I have integrated facebook for iOS 5 and iOS 6 both and it is sharing on wall properly.
Problem
My application have a UIButton "LIKE" to like my application page on facebook.
I want that if user click on this button he should be able to like that page.
I have search for hours but not able to get any proper solution.
For iOS 6 I get following link of apple iOS 6 site
iOS 6 with facebook
Here in third segment it show an image where app page is open in UIViewController with facebook like button.
and it said that we can open it without leaving our app.
I search but don't find how to open this page in UIViewController as we open dialog for share.
Ask me if you need more information.
Happy to get any kind of help or information.
As far as I know, the app shown by Apple with the Like button integrated (i.e. the App Store) is using a webview to display its content. This button is not something you get from a native code. The reason is that Facebook don't wan't to get Like actions without a user action to trigger it (I heard that from a Facebook guy at the App Day 2012 conference in Paris). And the only way to ensure that is to encapsulate and hide that in an HTML component.
What I would suggest is to instantiate a small webview displaying a page containing only the Like button of the desired page. Let us know if it work! ;-)
Mathieu is right, there is no way you can do that with a normal UIButton.
You have to use an iFrame (loaded in a UIWebView) if you want the button to like the page immediately. I did not like this approach as it takes some time for the iFrame to load.
More information can be found here: http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app
I ended up having a UIButton that opens the Facebook page in Facebook.app or Safari.app. The user has to press the like button manually.
It's just allowed for testing purposes and iOS only.
check this out
https://developers.facebook.com/docs/ios/like-button/

Facebook Feed Dialog in Native Facebook App Browser Missing Share/Post Button

I am using the Facebook Javascript SDK to bring up a feed dialog, which allows the user to post to their wall. This is working perfectly in iOS Safari but not so well when inside the Facebook app's browser. Inside of Facebook's in-app browser, the feed dialog is missing the Share button that normally appears at the top right corner of the overlay. I have attached a screenshot to illustrate. I have been grinding my gears on Google trying to find people with similar issues but have not been successful. Have you had any similar experiences? Does this look like a bug with Facebook or something that I am doing wrong. If it is the latter, can you shed some light on how I might go about fixing? Thanks!

Resources