MGTwitterEngine with update_with_media - twitter

Wondering if anyone has found a MGTwitterEngine that has implemented update_with_media? I am using it with OAuth / SAOAuthTwitterEngine
Thanks

I'm working on it but having a lot of problems. Check http://github.com/rmd6502/Twitter-OAuth-iPhone

Related

Is there a library for OAuth 2 in VB

I'm trying to implement OAuth 2 connectivity for an old site that's implemented in ASP over IIS 6 with VB (not VB.net)
I tried to find a library that implements OAuth 2 and could not find one. Is there such a library? If not, what are my options?
Sorry if the question is trivial, I'm new to VB...
Are you looking for something like this?
This library should help you get started on using OAuth in VBS. Everything you need to get is from here, place the OAuth folder into your project, then just follow the code samples provided.
Although he is using Twitter for his example, it can be used for any service that supports OAuth.

GMail, IMAP, oAuth 2.0 and fetching emails

I want to fetch emails from a gmail account. I've managed to get the active token using oAuth 2.0 but I have no idea where to go from here. Google and stackOverflow took me here: https://developers.google.com/google-apps/gmail/imap_extensions but I still couldn't understand how to write a simple snippet that fetch the emails in to an array for example. I thought about using MailCore that works great by itself but it doesn't use oAuth 2.0 which is a must for me so I'm stuck with the gmail imap_extensions (API?) or what ever it's suppose to be.
I've tried digging some more on google and couldn't find anything helpful. How could it be that there isn't even one example in objective-c regarding using Gmail IMAP via oAuth 2.0? Really strange.
Edit: I should mention that I've also came across this: https://developers.google.com/google-apps/gmail/xoauth2_libraries but there's no objective-c examples there
Any help would be appreciated.

related_results/show equivalent in 1.1 twitter

I'm using related_results to show a conversation thread in a website application.
I want to migrate the api version to 1.1 but this function is not implemented.
Somebody know how it do that?
Thank you mates!
Official answer from Twitter is that no such feature will make it to API 1.1 :(
https://dev.twitter.com/discussions/11292

How should I use Twitter API in java?

I want to develop a web application that uses the Twitter API.
Where can i find examples
thanks for replay. I have downloaded an app from this site - github.com/yusuke/sign-in-with-twitter I have deployed and its running, but its giving javax.el.PropertyNotFoundException: Property 'userId' not found on type twitter4j.Twitter this exception after giving log in credentials in twitter log in site. thanks in advance.
i am not able to resolve this issue. can anybody help on this
Search for 'twitter api java examples' in Google and you'll find plenty of examples.
See http://blog.richardadamdean.com/?p=89 for an example using Twitter4J.
As a connection library, you could use
Twitter4J on http://twitter4j.org/
java-twitter on http://code.google.com/p/java-twitter/
JTwitter on http://www.winterwell.com/software/jtwitter.php
You can use Java Twitter - a pure Java interface for the Twitter API.
http://code.google.com/p/java-twitter/
Documentation and examples are on that page too :)

is there any sample of using oAuth to get hotmail contact list?

is there any sample of using oAuth to get hotmail contact list?
thanks.
I don't think they support OAuth. They seem to use Windows Live ID Delegated Authentication, which is a similar concept, but non-standard. They do have samples for both the authentication and contacts APIs, though.
CloudSponge can do it for you.
http://www.cloudsponge.com/test-drive
We've also written up a complete timeline of the changes to Microsoft's DelAuth/OAuth APIs over the last few years for anyone who's interested.
http://inside.cloudsponge.com/stories/2013/11/29/300-percent-increase-in-outlook.com-import-conversions.html
(In case I didn't make it obvious enough, I work for CloudSponge)
You can use socialauth library for this.
URL for the same is http://code.google.com/p/socialauth/

Resources