social sharing with expo - facebook

I need to know can I share photos with Facebook or Whatsapp using expo SDK? I try to do this but I can't find any solution for this. I also used the
react-native-fbsdk
it not works and gives an error like this.RTCFBLoginButton does not exist in UI Manager
Anyone have a suggestion please explain to me. thanks for advance!

react-native-fbsdk requires a link. However, Expo does not apply to Link. So you have to use ExpoKit in Expo. How to use it is located on the linked site. https://docs.expo.io/versions/v32.0.0/expokit/eject/
and For more information on sharing, please refer to the link at https://forums.expo.io/t/social-sharing/1764 below.
Please leave a comment for further questions.

Related

Images are not displaying in Facebook Share

I am using facebook sharer.php, to share a link from my site to the facebook wall. Following is the url, I am using to get this done.
https://www.facebook.com/sharer/sharer.php?s=100&p[title]=title_to_be_shared&p[url]=link_to_be_shared&p[images][0]=image_path
I am aware that sharer.php is deprecated. But I have searched a lot to implement this share feature. I found only this. But in this, the images are not rendered properly in all cases. In some cases the images are not loading while sharing.
Please help me to overcome this. Or if there is another API to get this done please let me know...
Thanks in advance!
Regards,
Raju
The sharer.php method is deprecated and no longer supported. As far as I can tell, the best replacement for sharing a page of your site is the Feed Dialog.

Sharing images in Google+ using iPhone App

Here i'm working with Google+ integration in IOS Apps..
I have gone through the Guidelines at link https://developers.google.com/+/mobile/ios/share
And I have succeeded in the following aspect.
-->>Sharing Text.
-->>Sharing URLs.
-->>Sharing App(Google+ App) icon and Description [Using deep linking].
But I have stuck in the following aspect.
-->>Sharing an Local or URL Image.
so..is there any possibility to share an image from iPhone app through Google+.
Please help me...
Thanks In Advance...
According to these discussions it is not possible yet:
iOS: Possible to send or post message in Google Plus
you may use -(id) setURLToShare: (NSURL *)urlToShare
https://developers.google.com/+/mobile/ios/api/protocol_g_p_p_share_builder-p#a0f2e350ef29af0eb3ed4771c12e54925
I hope it helps.

Use of FourSquare API to find nearby places in iOS SDK

How to use Foursquare API to find nearby places in iOS Applications.
As I am new in this environment.. So please help me to find any sample tutorial available on the API.
I had gone through this link, And I got the response "error type" : deprecated so please provide another link for this same solution..
Thanks in advance..
You can try looking at this link for more information about Objective-C libraries that work with the foursquare API.
Edit: Currently this one appears to be the more recent, more chances of it working properly, also good documentation there on how to integrate it. It is the second one listed in the foursquare library page.
Also check out the foursquare developer site in general, you will need to know the different endpoints and what data they return anyway => https://developer.foursquare.com/
this Link is pretty good,comes with little instruction, u can use the search venues,check in,photo services..heaven!
go through foursquare Api page for desired modification.
in the FSQMasterViewController.m file you need to #define kClientID #"yourClientId"
and #define kCallbackURL #"ur callback url"
fix your infoPlist the urlSchemes too

Twitter integration into iPhone app

I am using MGTwitterEngine in my iPhone application.
It is working great of for every other functionality than search user.
I have tried to integrate search functionality of twitter i.e. GET users/search | dev.twitter.com.
but didnt get any success.
i have also tried by changing path of TWITTER_DOMAIN to #"api.twitter.com/1"
but no success.
i am getting Response code 403.
Can some one please please guide me solve this Search user functionality?
Regards,
Sanket
You can login with twitter. This doc explain step by stepsTwitter Login

On a quest for the super ultimate facebook share link

Facebook offers two simple methods for pre-poulating someones status for posting.
1) For sharing a LINK: http://www.facebook.com/share.php?u=http://350.org
2) For sharing a message: http://www.facebook.com/connect/prompt_feed.php?&message=350.org rocks!
My question: is it possible to combine these. So if someone clicks your pre-populated link, they get both an attached LINK and a personalized message to go with it?
Thanks!
Facebook moved to Open Graph and realized it by introducing the Like Plugin. They removed the share documentation for a reason!
For you to use the Like plugin.