Plixi Upload Photo - iphone

In my App, upload photo using plixi api its possible or not. Anyone help me to solve this problem.

The Plixi API is REST-based, so yes, it should be entirely possible to use it within your app, provided that the user has an active network connection.

Related

Upload image from as3 to instagram/facebook

I'm planning to create a photo booth program using AS3. I'm searching for this questions but can't find any solution so i just want to clarify it here if it is possible or not.
My questions are:
1.It is possible to post an image from AS3 to Instagram using my account?
2.It is possible to post an image from AS3 to Facebook page?
Thank you.
Facebook - Yes,
https://code.google.com/p/facebook-actionscript-api/
http://www.adobe.com/devnet/games/articles/getting-started-with-facebooksdk-actionscript3.html
Instagram - Maybe.
I found This, which is a library for instagram to AS3 communication, but I am unsure on how well it handles.
You can test your code for Instagram's API here
I would suggest that you check the Instagram api console here:http://instagram.com/developer/api-console/
They are listing every available api calls,after getting what you need it is a matter of using a URLLoader with URLVariables that contains all the HTTP vars the console shows and of course with the access token.
All the API is Rest .

How to find photos posted by users via my ios app

So, i have an ipad app(Xmas window) that allows users to post some postcards in their facebook publish stream. Is it possible to find these photos?)
Thanks
Please check this link.>>>http://www.huffingtonpost.com/2012/09/24/facebook-bug-private-messages-timeline_n_1909813.html
I never used this one so i am not sure. once we get the solution let me know to you.
Thanks

Can I share sound file using facebook?

I want to share an audio file(mp3,wav) from IPhone application to facebook.
Anyone knows how do I do that ?
Thanks in advance.
I Would suggest uploading the file to some service and sharing that link with the Facebook share URL (e.g. http://facebook.com/share.php?u=http://blablbla.com/file.mp3)
Shai.

Is it possible to share and see a link using ShareKit in iOS(need the exact way as Web)

I have an app and I am using ShareKit for sharing in Facebook. I am able to share URLs, images and texts to FB using that. But why did the link/url share do not work the same way as when I share a url from Web Facebook. I have got many contents like image in my url and while doing the Share through web I am able to see the image and a small portion of content, but while I am doing it from iPhone using ShareKit, it just gives the heading/title and we need to click on that link(no images or contents).
If anyone know the solution, please help.
When you share a link on the Facebook site it will automatically fetch the URL and display some appropriate images that you can choose from. However, when directly interacting with the API this won't happen. You must provide the image yourself (or Facebook may use the image associated with your application). ShareKit may abstract this away from you, so you might want to look into using the Facebook SDK and Graph APIs directly.
I fixed the issue. Instead of posting(POST) the attachment dialog, just use GET method in the load function and pass the link you want to share. :)

Create Album and Upload Photo in my facebook account using iphone application

Thanks for the help.
In my application i want to add facebook feature.
After Changes in my Picture i want to upload that image in my facebook account.
Is there any code is available related this operation?
Please help me on this.
Pankaj Gadhiya
Try the API at http://github.com/facebook/three20 and http://forum.developers.facebook.net/viewtopic.php?pid=132728