DEAR READER
he wasn't even looking at me and he found me
trying on a metaphor
Alisa U Zemlji Chuda

titsay

@theartofmadeline
No title available
Show & Tell
Three Goblin Art

JBB: An Artblog!
cherry valley forever
hello vonnie
Stranger Things
No title available
Cosimo Galluzzi
we're not kids anymore.
h
RMH
"I'm Dorothy Gale from Kansas"

❣ Chile in a Photography ❣

seen from Malaysia

seen from Malaysia
seen from Spain
seen from United States

seen from United States
seen from United States
seen from Canada

seen from Poland
seen from Australia

seen from Germany

seen from United Kingdom
seen from United States
seen from United States

seen from Singapore

seen from Singapore

seen from United States

seen from Malaysia
seen from United Arab Emirates

seen from Malaysia

seen from United States
@pillareddy
Fetching Twitter Feed without having to login - X-Code Project
Creating a Twitter Api Key - Authenticating using OAuth
Go to https://dev.twitter.com/apps/new and log in, if necessary
Supply the necessary required fields, accept the TOS, and solve the CAPTCHA.
Submit the form
Copy the consumer key (API key) and consumer secret from the screen into your application
If you also need the access token representing your own account's relationship with the application:
Ensure that your application is configured correctly with the permission level you need (read-only, read-write, read-write-with-direct messages).
On the application's detail page, invoke the "Your access token" feature to automatically negotiate the access token at the permission level you need.
Copy the indicated access token and access token secret from the screen into your application
Be sure and configure your application as needed before attempting the "your access token" step.
Setting Up X-Code Project
The Project fetches twitter feed without having to login. For this it uses the STTwitter Project on GitHub. Please refer to the project for more information on OAuth authentication.
Download the X-Code project from GitHub
Build the project. It will show few errors.
Open the TTwitterApiKey.h file.
Replace the Consumer key, Consumer Secret, OAuth Token, OAuth Token Secret, with the ones you generated.
Build and run the project.
Singletons in Objective-C One of my most used design patterns when developing for iOS is the singleton pattern. Its an extremely powerful way &
“If I don’t do a set in two weeks, I feel it,” he said. “I read an article a few years ago that said when you practice a sport a lot, you literally become a broadband: the nerve pathway in your brain contains a lot more information. As soon as you stop practicing, the pathway begins shrinking back down. Reading that changed my life. I used to wonder, Why am I doing these sets, getting on a stage? Don’t I know how to do this already? The answer is no. You must keep doing it. The broadband starts to narrow the moment you stop.”
Jerry Seinfeld
Fetching Flickr Albums and showing photos in a gallery style - ObjectiveC project
1. Using Flickr apis require an OAuth token. Please follow the below steps to get an OAuth token.
Get yourself an OAuth token from OAuth Access Registration
Apply for a commercial / non-commercial key based on your need.
Fill the form and click submit.
Make a note of the generated access token. It will be something similar to "d002a0ef0a9ff9d7009d9689d646c882"
2. Clone and setup XCode project
Clone or download the XCode project from GitHub
Launch and build the project. It will show few errors. That is because we need to setup the OAuth token we previously generated.
Open URLConstants.h file and replace the text "your api key" with the OAuth token you previously generated.
Replace the text "your user name" with your flickr user id where you want to fetch the posts. It will be something similar to "99555817#N03"
Remove the #error directive from the lines above the api key and user name directives.
3. Build and Run.
4. You should now be able to see the list of all the Flickr Albums.
5. Selecting any album will launch the gallery.
6. The photo can also be shared by selecting the share button.
For more information on Flickr Apis, visit - http://www.flickr.com/services/api/
Photo Gallery is an FGallery-iPhone project. Please visit project on GitHub for more information. I have added the share feature to this project to allow sharing of photos.
Fetching posts from Tumblr using Tumblr Apis - ObjectiveC project
Using Tumblr apis require an OAuth token. Please follow the below steps to get an OAuth token.
Get yourself an OAuth token from OAuth Access Registration.
Click Register Application, fill the form and click register to generate an access token.
Make a note of the generated Access Token. It will be something similar to "abS8jX9828kc7hkx2Rm4T3My9eozbDoQgPPPCuFLXKIiWNYerL".
2. Clone and setup XCode project
Clone or download the XCode project from GitHub
Launch the project. If you try to build the project. It will show few errors. That is because we need to setup the OAuth token we previously generated.
c. Open URLConstants.h file and replace the text "your api key"with the OAuth token you previously generated.
Replace the text "blog name" with the name of the blog from where you want to fetch the posts.
Remove the #error directive from the lines above the api key and blog name directives.
3. Build and Run.
4. You should now be able to see the list of all posts.
5. You could also build a detail screen with the posts fetched.
For more information on Tumblr Apis, visit - http://www.tumblr.com/docs/en/api/v2
RequestCacher - Request Cacher
Facebook killed their publicly available RSS feed for Facebook Pages couple of years back in favor of their walled garden approach (GraphAPI). For example,