Twitter integration into iPhone app - iphone

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

Related

social sharing with expo

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.

ShareKit : Facebook connection issue in iOS

getshrekit.com : Yesterday I was facing problem in Facebook. I was register App on Facebook and that keys are incorporated in ShareKit when I was click the Facebook button I was getting error Screen shot attached.
Please provide your feedback.!
Whenever you use ShareKit, you need to first check updated version of it. You can follow this link and i hope it will certainly help you. http://getsharekit.com/docs/

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

facebook like page with url to application

I have been trying to create a Facebook like-page with a like linke/button to my iphone application. Like Camera+ (http://www.facebook.com/CamPl.us). I just can't find anyway how to make a page like camera+ - Any help?
I found out that this feature is outdated or disabled from facebook :-/
https://stackoverflow.com/questions/7273559/how-do-i-change-download-app-button-url-for-facebook-app

How to connect facebook with sharekit?

I am a new bie and first time using Facebook in the application.
For this I am using sharekit..
And it works fine in the example...
Now I have some specific requirement...
it is like i want to make a button..whenever i click this button...it should be go to facebook
can anyone tell me what should i do here and another thing ..is it good to use sharekit for all this stuff?? or should I use any other api??
Did it!!!
This helped me a lot
iPhone/iOS - How to use "ShareKit" to post only to Facebook or only to Twitter
This days their is another great option:
UIActivityViewController.
example of use