I am developing an iPhone photo-editing application for my school.
Few things NOT working correctly:
1) Upload photos to Facebook.
2) Upload photos to Flickr.
3) Adjust image brightness, contrast etc from (GLImageProcessing)
4) Image that was edited will be rotated if that particular image is used again for photo editing.
Anyone willing to help me out please tell me so, I will send you my project and let you have a look. I'm just a beginner so please help me along. Thanks!
Why? Not working anymore is a pretty bad way to explain why something isn't working.
Try to answer these questions:
1. What are you trying to accomplish
2. What did you try?
3. What happened instead? If there is a crash, post the crash log and line the app crashes on.
I am developing an iPhone photo-editing application for my school.
Few things NOT working correctly:
1) Upload photos to Facebook.
2) Upload photos to Flickr.
3) Adjust image brightness, contrast etc from (GLImageProcessing)
4) Image that was edited will be rotated if that particular image is used again for photo editing.
Anyone willing to help me out please tell me so, I will send you my project and let you have a look. I'm just a beginner so please help me along. Thanks!
Uploading a photo to facebook is straight forward IF you follow the correct steps.
Register as a developer with Facebook.
Set up an app on facebook for testing (you need the IDs that gives you)
download the latest Facebook api from githut. (make sure it says its the up to date official one).
Put the FB app IDs into the sample app which comes with the API & get that working.
Once that's working write your own app. The actual code to upload an image is something like this:-
Ok, first thing is, obviously I know Facebook needs API, and I've registered as one few months ago. It works but after awhile it don't work anymore. I've attached two pictures to prove that sharekit doesn't work. I'm not here to argue but to learn more about uploading of photos to Facebook, Flickr etc. Guides and tutorials are enough. Thanks all. If you can help me please feel free to, I'll appreciate it a lot, Thanks!
Another problem I am facing is Flickr. I am using SnapAndRun and it works on iPhone simulator but not in real iPhone device. I can't deploy in an iPhone device. Why is it so? But it works perfectly in the simulator itself.
Another problem I am facing is Flickr. I am using SnapAndRun and it works on iPhone simulator but not in real iPhone device. I can't deploy in an iPhone device. Why is it so? But it works perfectly in the simulator itself.
Anyone knows the solution to the problem I'm facing?
Anyone knows the solution to the problem I'm facing?
You did not mention it was Sharekit you were having an issue with. Posting to FB is not too difficult & unless you want a common interface for FB & Twitter I'm not sure why you are using Sharekit. I could not get it working but I can use the Facebook Connect stuff fine. Once you get the demo working you should know how to do the job.
As I don't know about Flikr I can't help there but you should post small code snippets of the stuff that's not working or you won't get much direct help!
You did not mention it was Sharekit you were having an issue with. Posting to FB is not too difficult & unless you want a common interface for FB & Twitter I'm not sure why you are using Sharekit. I could not get it working but I can use the Facebook Connect stuff fine. Once you get the demo working you should know how to do the job.
As I don't know about Flikr I can't help there but you should post small code snippets of the stuff that's not working or you won't get much direct help!
I really don't know how to show my Flickr error. It works perfectly in simulator. It's not the code problem. But is the settings I guess. Thus it cannot work in the device itself. Thanks for the help.