how to log in to tweeter, instagram and mms ?

hi
i’m doing an app that needs to post images to instagram and tweeter, and also send an SMS with an attachment including in it… (mms)
do you know how to do any of these in corona ?
[import]uid: 173648 topic_id: 34779 reply_id: 334779[/import]

Logging into Twitter should not be much of an issue. If you’re on iOS 5.x or later, and if you subscribe so you have access to daily builds, as of 12/22 we could call the native Twitter widget to send tweets which include images. If you want a more direct approach, there is a sample app for twitter that uses oAuth to connect up.

SMS is easy too using the native.showPopup() API call (the same as the Twitter one above).

Instagram, however we do not have any direct support for. Instagram uses oAuth 2.0, unlike twitter which uses oAuth 1.x. Our oAuth module from the twitter sample can’t be used with Instagram. You would have to solve the oAuth 2.0 login process on your own, which is not a trivial task.

[import]uid: 199310 topic_id: 34779 reply_id: 138369[/import]

thank you bob soo much :slight_smile:
i will check the native Twitter widget to send tweets with pictures included in them
also where can i find information on how to use the widget ?
the sms using the native.showPopup can just send me an SMS…with a text i want
the thing is i want an SMS WITH a PICTURE including in it.
how can i do that ?

thank you bob so much …
shay
[import]uid: 173648 topic_id: 34779 reply_id: 138379[/import]

I just found out that (just got the email at the same time you posted this) that our SMS support does not include MMS.
[import]uid: 199310 topic_id: 34779 reply_id: 138382[/import]

Logging into Twitter should not be much of an issue. If you’re on iOS 5.x or later, and if you subscribe so you have access to daily builds, as of 12/22 we could call the native Twitter widget to send tweets which include images. If you want a more direct approach, there is a sample app for twitter that uses oAuth to connect up.

SMS is easy too using the native.showPopup() API call (the same as the Twitter one above).

Instagram, however we do not have any direct support for. Instagram uses oAuth 2.0, unlike twitter which uses oAuth 1.x. Our oAuth module from the twitter sample can’t be used with Instagram. You would have to solve the oAuth 2.0 login process on your own, which is not a trivial task.

[import]uid: 199310 topic_id: 34779 reply_id: 138369[/import]

thank you bob soo much :slight_smile:
i will check the native Twitter widget to send tweets with pictures included in them
also where can i find information on how to use the widget ?
the sms using the native.showPopup can just send me an SMS…with a text i want
the thing is i want an SMS WITH a PICTURE including in it.
how can i do that ?

thank you bob so much …
shay
[import]uid: 173648 topic_id: 34779 reply_id: 138379[/import]

I just found out that (just got the email at the same time you posted this) that our SMS support does not include MMS.
[import]uid: 199310 topic_id: 34779 reply_id: 138382[/import]

Hi Rob, Can you please tell me when will be the corona includes instagram?

mms, another one for the feedback center…

What kind of instagram support are you wanting?

if you’re asking me, Rob, I’m looking to send MMS images, not instagrams. I uploaded it to the wish list area.

That question was really for @info8888.

d’oh…

Hi Rob, Can you please tell me when will be the corona includes instagram?

mms, another one for the feedback center…

What kind of instagram support are you wanting?

if you’re asking me, Rob, I’m looking to send MMS images, not instagrams. I uploaded it to the wish list area.

That question was really for @info8888.

d’oh…

Hi Rob,

for Instagram would be great to be able accessing user account (authorize by him) to let him choose some of the images, then share image link or upload images to somewhere. That allow to create apps for mnage printings, share photo with groups, create collages, or whatever you want. :smiley:

Matias.