Re: [Flashcoders] Pulling data from social media

2014-08-27 Thread John R. Sweeney Jr.
I will look into both and thank you so much.

Have a good evening,
John

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Aug 27, 2014, at 4:14 PM, Peter Ginneberge  wrote:

> Both have API's, so should be documented how to get the data you're after.
> 
> http://instagram.com/developer/
> https://developers.pinterest.com/


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-27 Thread Peter Ginneberge

Both have API's, so should be documented how to get the data you're after.

http://instagram.com/developer/
https://developers.pinterest.com/


On 27/08/2014 22:15, John R. Sweeney Jr. wrote:

I’m sorry I didn’t state my need better. I know that is what I’ll have to do 
with Twitter, but I’m not find how to access Pinterest and Instagram to pull 
the followers of a specific person on each site.

I really appreciate your comments…

Thanks,


John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Aug 27, 2014, at 3:01 PM, Peter Ginneberge  wrote:


where jsonData is a JSON formatted string.

regards,
Peter


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-27 Thread John R. Sweeney Jr.
I’m sorry I didn’t state my need better. I know that is what I’ll have to do 
with Twitter, but I’m not find how to access Pinterest and Instagram to pull 
the followers of a specific person on each site.

I really appreciate your comments…

Thanks,


John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Aug 27, 2014, at 3:01 PM, Peter Ginneberge  wrote:

> where jsonData is a JSON formatted string.
> 
> regards,
> Peter

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-27 Thread Peter Ginneberge

> Have you considered using PHP to fetch the data you need, and then convert
> it from JSON to XML? It may be easier to deal with.

Not really, JSON support is built into the Flash player, so can you convert 
from JSON to AS and back.


var data:Object = JSON.parse(jsonData);

where jsonData is a JSON formatted string.

regards,
Peter


On 27/08/2014 19:36, James Merrill wrote:

Instagram uses JSON formatting for their API too. Depending on the data you
want to retrieve, you may need to use OAuth. Fortunately they make it
pretty easy.

Have you considered using PHP to fetch the data you need, and then convert
it from JSON to XML? It may be easier to deal with.

http://stackoverflow.com/questions/856833/is-there-some-way-to-convert-json-to-xml-in-php


On Tue, Aug 26, 2014 at 5:59 PM, John R. Sweeney Jr. 
wrote:



Hi,

So one else has any experience with Pinterest or Instagram?

Thanks,
John

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders






___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-27 Thread James Merrill
Instagram uses JSON formatting for their API too. Depending on the data you
want to retrieve, you may need to use OAuth. Fortunately they make it
pretty easy.

Have you considered using PHP to fetch the data you need, and then convert
it from JSON to XML? It may be easier to deal with.

http://stackoverflow.com/questions/856833/is-there-some-way-to-convert-json-to-xml-in-php


On Tue, Aug 26, 2014 at 5:59 PM, John R. Sweeney Jr.  wrote:

> Hi,
>
> So one else has any experience with Pinterest or Instagram?
>
> Thanks,
> John
>
> John R. Sweeney Jr.
> Senior Interactive Multimedia Developer
> OnDemand Interactive Inc
> Hoffman Estates, IL 60169
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
James Merrill
toThePixel.com 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread John R. Sweeney Jr.
Hi,

So one else has any experience with Pinterest or Instagram?

Thanks,
John

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread John R. Sweeney Jr.
Its cool that we both keep looking at the same links. Started reading that one, 
when I found out the JSON requirement. The other two are really making me 
scratch my head. 

Thanks and good luck on your project,


John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Aug 26, 2014, at 2:23 AM, Karl DeSaulniers  wrote:

> Ah ok. I see. In that case, here you go. Next best thing.
> 
> http://snipplr.com/view/56283/as3-load-and-access-json-data-example/
> 
> Best,

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread Karl DeSaulniers
Sorry, I'm not more help. If I didn't have to get this project out by the 
morning I would.

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com



On Aug 26, 2014, at 2:23 AM, Karl DeSaulniers  wrote:

> Ah ok. I see. In that case, here you go. Next best thing.
> 
> http://snipplr.com/view/56283/as3-load-and-access-json-data-example/
> 
> Best,
> 
> Karl DeSaulniers
> Design Drumm
> http://designdrumm.com
> 
> 
> 
> On Aug 26, 2014, at 1:51 AM, "John R. Sweeney Jr."  
> wrote:
> 
>> Hi Karl,
>> 
>> Thank you for your links, but unfortunately, I saw all of these and they are 
>> dated 2009, 2010 and/or 2012 and use the API v1. That API was retired in May 
>> of 2013. 
>> 
>> I found this from the Twitter Developers pages:
>> 
>> "We've chosen to throw our support behind the JSON format shared across the 
>> platform. Consequently, we’ve decided to discontinue support for XML, Atom, 
>> and RSS.”
>> 
>> And all the examples I’m finding are older and whether its direct calls from 
>> Flash or PHP, if they are calling to .rss or .xml and through the API v1, 
>> the pages don’t exist or links are broken, etc.
>> 
>> Very frustrating and that’s just Twitter Having less luck with Pinterest and 
>> Instagram. 
>> 
>> Thanks again though for the suggestions,
>> John
>> 
>> John R. Sweeney Jr.
>> Senior Interactive Multimedia Developer
>> OnDemand Interactive Inc
>> Hoffman Estates, IL 60169
>> 
>> 
>> 
>> 
>> On Aug 26, 2014, at 12:58 AM, Karl DeSaulniers  wrote:
>> 
>>> Hi John,
>>> Well, googling "twitter api for flash as3" yielded some good results for me.
>>> There was this link that looks promising.
>>> https://blog.twitter.com/2006/twitter-api-flash-developers 
>>> 
>>> Also found this package example.  
>>> 
>>> http://www.untoldentertainment.com/blog/2009/04/02/tutorial-pull-twitter-updates-into-flash/
>>> 
>>> don't know if its what your wanting, but found it with google search terms: 
>>> pull twitter feeds with flash as3
>>> 
>>> There is this too.
>>> 
>>> http://www.fladev.com/featured/how-to-build-a-flash-actionscript-3-0-twitter-widget/
>>> 
>>> Hope one of these does the trick. Good luck!
>>> 
>>> Best,
>> 
>> 
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread Karl DeSaulniers
Ah ok. I see. In that case, here you go. Next best thing.

http://snipplr.com/view/56283/as3-load-and-access-json-data-example/

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com



On Aug 26, 2014, at 1:51 AM, "John R. Sweeney Jr."  
wrote:

> Hi Karl,
> 
> Thank you for your links, but unfortunately, I saw all of these and they are 
> dated 2009, 2010 and/or 2012 and use the API v1. That API was retired in May 
> of 2013. 
> 
> I found this from the Twitter Developers pages:
> 
> "We've chosen to throw our support behind the JSON format shared across the 
> platform. Consequently, we’ve decided to discontinue support for XML, Atom, 
> and RSS.”
> 
> And all the examples I’m finding are older and whether its direct calls from 
> Flash or PHP, if they are calling to .rss or .xml and through the API v1, the 
> pages don’t exist or links are broken, etc.
> 
> Very frustrating and that’s just Twitter Having less luck with Pinterest and 
> Instagram. 
> 
> Thanks again though for the suggestions,
> John
> 
> John R. Sweeney Jr.
> Senior Interactive Multimedia Developer
> OnDemand Interactive Inc
> Hoffman Estates, IL 60169
> 
> 
> 
> 
> On Aug 26, 2014, at 12:58 AM, Karl DeSaulniers  wrote:
> 
>> Hi John,
>> Well, googling "twitter api for flash as3" yielded some good results for me.
>> There was this link that looks promising.
>>  https://blog.twitter.com/2006/twitter-api-flash-developers 
>> 
>> Also found this package example.  
>>  
>> http://www.untoldentertainment.com/blog/2009/04/02/tutorial-pull-twitter-updates-into-flash/
>> 
>> don't know if its what your wanting, but found it with google search terms: 
>> pull twitter feeds with flash as3
>> 
>> There is this too.
>>  
>> http://www.fladev.com/featured/how-to-build-a-flash-actionscript-3-0-twitter-widget/
>> 
>> Hope one of these does the trick. Good luck!
>> 
>> Best,
> 
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-25 Thread John R. Sweeney Jr.
Hi Karl,

Thank you for your links, but unfortunately, I saw all of these and they are 
dated 2009, 2010 and/or 2012 and use the API v1. That API was retired in May of 
2013. 

I found this from the Twitter Developers pages:

"We've chosen to throw our support behind the JSON format shared across the 
platform. Consequently, we’ve decided to discontinue support for XML, Atom, and 
RSS.”

And all the examples I’m finding are older and whether its direct calls from 
Flash or PHP, if they are calling to .rss or .xml and through the API v1, the 
pages don’t exist or links are broken, etc.

Very frustrating and that’s just Twitter Having less luck with Pinterest and 
Instagram. 

Thanks again though for the suggestions,
John

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Aug 26, 2014, at 12:58 AM, Karl DeSaulniers  wrote:

> Hi John,
> Well, googling "twitter api for flash as3" yielded some good results for me.
> There was this link that looks promising.
>   https://blog.twitter.com/2006/twitter-api-flash-developers 
> 
> Also found this package example.  
>   
> http://www.untoldentertainment.com/blog/2009/04/02/tutorial-pull-twitter-updates-into-flash/
> 
> don't know if its what your wanting, but found it with google search terms: 
> pull twitter feeds with flash as3
> 
> There is this too.
>   
> http://www.fladev.com/featured/how-to-build-a-flash-actionscript-3-0-twitter-widget/
> 
> Hope one of these does the trick. Good luck!
> 
> Best,


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Pulling data from social media

2014-08-25 Thread Karl DeSaulniers
Hi John,
Well, googling "twitter api for flash as3" yielded some good results for me.
There was this link that looks promising.
https://blog.twitter.com/2006/twitter-api-flash-developers 

Also found this package example.  

http://www.untoldentertainment.com/blog/2009/04/02/tutorial-pull-twitter-updates-into-flash/

don't know if its what your wanting, but found it with google search terms: 
pull twitter feeds with flash as3

There is this too.

http://www.fladev.com/featured/how-to-build-a-flash-actionscript-3-0-twitter-widget/

Hope one of these does the trick. Good luck!

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com



On Aug 25, 2014, at 10:44 PM, "John R. Sweeney Jr."  
wrote:

> Howdy all,
> 
> Well my client wants to pull 20 latest feeds from their Twitter, Instagram 
> and Pinterest. I’ve already found out that Twitter stopped supporting RSS 
> feeds and retired the REST api v1 and now have the Twitter API v1.1 that is 
> JSON only. Does anyone access Twitter feeds some other way. Twitter says that 
> RSS is out and I haven’t worked with JSON before.
> 
> Also, I’m trying find out about how to access Pinterest and Instagram to just 
> get the number of followers of four specific users. I really can’t find any 
> meaningful help out their in relationship with Flash/AS3.
> 
> Has anyone done either of these or know of a direction you can point me in to 
> get some guidance? 
> 
> Thanks in advance for any help,
> John
> 
> John R. Sweeney Jr.
> Senior Interactive Multimedia Developer
> OnDemand Interactive Inc
> Hoffman Estates, IL 60169
> 
> 
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Pulling data from social media

2014-08-25 Thread John R. Sweeney Jr.
Howdy all,

Well my client wants to pull 20 latest feeds from their Twitter, Instagram and 
Pinterest. I’ve already found out that Twitter stopped supporting RSS feeds and 
retired the REST api v1 and now have the Twitter API v1.1 that is JSON only. 
Does anyone access Twitter feeds some other way. Twitter says that RSS is out 
and I haven’t worked with JSON before.

Also, I’m trying find out about how to access Pinterest and Instagram to just 
get the number of followers of four specific users. I really can’t find any 
meaningful help out their in relationship with Flash/AS3.

Has anyone done either of these or know of a direction you can point me in to 
get some guidance? 

Thanks in advance for any help,
John

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders